Skip to content

Commit

Permalink
fix(Tab): maxCall exceeded when parent using flex display
Browse files Browse the repository at this point in the history
  • Loading branch information
guanpu committed Nov 14, 2018
1 parent 1ed7f49 commit c916d21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tab/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
@import "scss/placeholder";

#{$tab-prefix} {
@include box-sizing;
& {
@include box-sizing;
width: 100%;
}

&-bar {
outline: none;
Expand Down

0 comments on commit c916d21

Please sign in to comment.