Skip to content

Commit

Permalink
fix: prevent tab trigger text from wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tigranpetrossian committed Sep 2, 2024
1 parent 7a836f2 commit c49cbaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions figma-kit/src/components/tabs/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
height: var(--space-6);
padding: 0 var(--space-2);
font-family: var(--font-family-default);
font-size: var(--font-size-default);
font-weight: var(--font-weight-default);
letter-spacing: var(--letter-spacing-default);
line-height: var(--line-height-default);
white-space: nowrap;

&:where([data-state='inactive']) {
color: var(--figma-color-text-secondary);
Expand Down

0 comments on commit c49cbaf

Please sign in to comment.