2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix size of modal dialogs at different widths (#27094)

This commit is contained in:
namiltd
2018-10-19 11:56:46 +02:00
committed by XhmikosR
parent 5a1588ed33
commit 1231e1d6bc
+4 -1
View File
@@ -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) {