Skip to content

Commit

Permalink
Revert "set medium default size"
Browse files Browse the repository at this point in the history
This reverts commit ee89944.
  • Loading branch information
chad1008 committed Sep 28, 2023
1 parent ee89944 commit b76076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
margin: auto;
width: auto;
min-width: $modal-min-width;
max-width: $modal-width-medium;
max-width: calc(100% - #{$grid-unit-20 * 2});
max-height: calc(100% - #{$header-height * 2});

&.is-full-screen {
Expand Down

0 comments on commit b76076a

Please sign in to comment.