aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_modal.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index cc8d41ca1..fa76b0ea5 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -175,7 +175,10 @@
}
@include media-breakpoint-up(lg) {
- .modal-lg { max-width: $modal-lg; }
+ .modal-lg,
+ .modal-xl {
+ max-width: $modal-lg;
+ }
}
@include media-breakpoint-up(xl) {