]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix size of modal dialogs at different widths (#27094)
authornamiltd <namiltd@users.noreply.github.com>
Fri, 19 Oct 2018 09:56:46 +0000 (11:56 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 19 Oct 2018 09:56:46 +0000 (12:56 +0300)
scss/_modal.scss

index cc8d41ca1c37e81196383e6f9c88a7d9c3e71a90..fa76b0ea56495d80dcb8b43265f2cd5c5db62bd8 100644 (file)
 }
 
 @include media-breakpoint-up(lg) {
-  .modal-lg { max-width: $modal-lg; }
+  .modal-lg,
+  .modal-xl {
+    max-width: $modal-lg;
+  }
 }
 
 @include media-breakpoint-up(xl) {