Skip to content

Commit

Permalink
fix: alert fix carriage return
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBaiame committed Nov 24, 2023
1 parent 1c55a83 commit a074e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@extend .puik-body-default;
}
&__button {
@apply text-sm px-4 py-3 mt-2 ml-9 md:m-0;
@apply text-sm whitespace-nowrap px-4 py-3 mt-2 ml-9 md:m-0;
}
&__icon {
@apply mt-0.5 flex-shrink-0;
Expand Down

0 comments on commit a074e12

Please sign in to comment.