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
1 changed files with 4 additions and 1 deletions

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) {