Browse Source

fix: tabs align style (#24620)

pull/24624/head
二货机器人 5 years ago
committed by GitHub
parent
commit
7eede1a0b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/tabs/style/index.less

1
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

Loading…
Cancel
Save