diff --git a/ghost/admin/assets/sass/modules/global.scss b/ghost/admin/assets/sass/modules/global.scss index 7bce135890..3655df97b7 100644 --- a/ghost/admin/assets/sass/modules/global.scss +++ b/ghost/admin/assets/sass/modules/global.scss @@ -971,6 +971,10 @@ body.blur > *:not(#modal-container) { opacity: 1; } } + + @include breakpoint($mobile) { + width: 100%; + } } .modal-info { @@ -1029,6 +1033,10 @@ body.blur > *:not(#modal-container) { .modal-style-wide { width: 550px; + + @include breakpoint($mobile) { + width: 100%; + } } .modal-style-centered {