Skip to content

Commit

Permalink
fix(Tabs): Prevent button text from wrapping (#1840)
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
dlnr and alimpens authored Jan 31, 2025
1 parent 4a77208 commit fa64bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/css/src/components/tabs/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
color: var(--ams-tabs-button-color);
cursor: var(--ams-tabs-button-cursor);
display: grid;
flex-shrink: 0;
font-family: var(--ams-tabs-button-font-family);
font-size: var(--ams-tabs-button-font-size);
font-weight: var(--ams-tabs-button-font-weight);
Expand Down

0 comments on commit fa64bd3

Please sign in to comment.