1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 16:14:04 +02:00

Remove extra line break

This commit is contained in:
ysds
2018-08-27 08:36:54 +09:00
committed by XhmikosR
parent 0e8831505a
commit 5266669d34

View File

@@ -165,7 +165,6 @@
&::before { &::before {
height: calc(100vh - (#{$modal-dialog-margin-y-sm-up} * 2)); height: calc(100vh - (#{$modal-dialog-margin-y-sm-up} * 2));
} }
} }
.modal-content { .modal-content {
@@ -173,7 +172,6 @@
} }
.modal-sm { max-width: $modal-sm; } .modal-sm { max-width: $modal-sm; }
} }
@include media-breakpoint-up(lg) { @include media-breakpoint-up(lg) {