Skip to content

Commit

Permalink
fixed flex issue in tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoalviar committed Jan 8, 2019
1 parent d955d8f commit 025f63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/components/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
position: relative;
z-index: 1;
&:before {
display: flex;
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1;
Expand Down

0 comments on commit 025f63f

Please sign in to comment.