Skip to content

Commit

Permalink
fix(Button): fix Button text wrapping (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaSikora authored Feb 3, 2025
1 parent 801d884 commit 5ef4816
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
text-align: center;
text-decoration: none;
line-height: 20px;
white-space: nowrap;
font-size: 14px;
font-weight: 600;
user-select: none;
Expand Down

0 comments on commit 5ef4816

Please sign in to comment.