Skip to content

Commit

Permalink
fix: tabs align style (#24620)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed May 31, 2020
1 parent a42f77a commit 7eede1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tabs/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eede1a

Please sign in to comment.