Skip to content

Commit

Permalink
fix: add white space property to not overflow text
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel committed Oct 9, 2024
1 parent 200e014 commit 7b8a622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.atom-button {
margin: 0;
text-transform: inherit;
white-space: normal;

&[color='white'] {
--ion-color-base: var(--color-neutral-white);
Expand Down

0 comments on commit 7b8a622

Please sign in to comment.