Skip to content

Commit

Permalink
fix: do not wrap text in tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
stropitek committed Nov 1, 2022
1 parent 0386cb0 commit 4958f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const styles = {
':hover': {
backgroundColor: 'hsl(0deg, 0%, 90%)',
},
whiteSpace: 'nowrap',
},
isSelected && {
backgroundColor: 'hsl(0deg, 0%, 95%)',
Expand Down

0 comments on commit 4958f2e

Please sign in to comment.