From 6cd05d8be5165dfe2f943ffbbbcf5044cb974b4d Mon Sep 17 00:00:00 2001 From: Min Date: Tue, 25 Apr 2017 16:39:37 +0800 Subject: [PATCH] fix: the breaking change #5877 (#5886) * Fix the bug When tabPostition = 'left' | | 'right, slideButton should be on the up and down, but the actual in left and right Signed-off-by: Min * fix the break change #5877 Signed-off-by: Min --- components/tabs/style/index.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index ad3bdcbdc0..b39d424c93 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -242,7 +242,10 @@ .@{tab-prefix-cls}-nav-container { margin-bottom: 0; - padding: 32px 0; + + &.@{tab-prefix-cls}-nav-container-scrolling { + padding: 32px 0; + } } .@{tab-prefix-cls}-nav-wrap {