Skip to content

Commit

Permalink
fix(Button): fix Button text wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaSikora committed Jan 30, 2025
1 parent ca526ca commit c619672
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
box-sizing: border-box;
display: inline-flex;
position: relative;
flex-shrink: 0;
align-items: center;
justify-content: center;
transition-duration: 200ms;
Expand All @@ -14,6 +15,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 c619672

Please sign in to comment.