Skip to content

Commit

Permalink
Merge pull request #318 from PrestaShopCorp/PACC-1813/fix/modale-ui
Browse files Browse the repository at this point in the history
PACC-1813/fix/responsive modale
  • Loading branch information
mattgoud authored Mar 1, 2024
2 parents 9e01603 + f50aa8d commit 9a2f2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@apply invisible;
}
.puik-modal__dialogPanelContainer__dialogPanel {
@apply w-full sm:w-auto;
@apply w-full;
}
&--destructive {
.puik-modal__dialogPanelContainer__dialogPanel__header__icon {
Expand Down

0 comments on commit 9a2f2b1

Please sign in to comment.