Skip to content

Commit

Permalink
prevent line breaks inside the button
Browse files Browse the repository at this point in the history
  • Loading branch information
jivey committed Feb 26, 2025
1 parent 35db78b commit 28170d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ToggleButtonGroup/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const StyledToggleButton = styled(ToggleButton)`
font-weight: 400;
font-size: 1.6rem;
line-height: 2rem;
white-space: nowrap;
& + & {
border-left: none;
Expand Down

0 comments on commit 28170d5

Please sign in to comment.