fix: tabs align style (#24620)

This commit is contained in:
二货机器人 2020-05-31 21:34:55 +08:00 committed by GitHub
parent a42f77a0f1
commit 7eede1a0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
display: inline-block; display: inline-block;
display: flex; display: flex;
flex: auto; flex: auto;
align-self: stretch;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
transform: translate(0); // Fix chrome render bug transform: translate(0); // Fix chrome render bug