From 7eede1a0b65c869a843913a966c78df9bbfe5802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Sun, 31 May 2020 21:34:55 +0800 Subject: [PATCH] fix: tabs align style (#24620) --- components/tabs/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index 5227ecb7b0c9..9db271490054 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -26,6 +26,7 @@ display: inline-block; display: flex; flex: auto; + align-self: stretch; overflow: hidden; white-space: nowrap; transform: translate(0); // Fix chrome render bug