Skip to content

Commit

Permalink
[Button] Disable text wrap
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Rose <[email protected]>
  • Loading branch information
laurkim and sam-b-rose committed Jan 24, 2024
1 parent b4765d5 commit 83b0482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polaris-react/src/components/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
font-size: var(--p-font-size-325);
font-weight: var(--p-font-weight-medium);
line-height: var(--p-font-line-height-500);
text-wrap: nowrap;

cursor: pointer;
user-select: none;
Expand Down

0 comments on commit 83b0482

Please sign in to comment.