Skip to content

Commit

Permalink
fix(tabstrip): items wrapper should not shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova committed Jan 13, 2025
1 parent 8131b2e commit af624b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/tabstrip/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
border-style: solid;
border-color: inherit;
position: relative;
flex-shrink: 0;
}


Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/tabstrip/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
border-style: solid;
border-color: inherit;
position: relative;
flex-shrink: 0;
}


Expand Down

0 comments on commit af624b3

Please sign in to comment.