Skip to content

Commit

Permalink
Merge pull request #258 from PrestaShopCorp/bug/alert-incorrect-butto…
Browse files Browse the repository at this point in the history
…n-behaviour

fix: #255 alert fix carriage return
  • Loading branch information
mattgoud authored Nov 24, 2023
2 parents 1c55a83 + a074e12 commit 09ff472
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 09ff472

Please sign in to comment.