aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysds <[email protected]>2018-08-27 08:36:54 +0900
committerXhmikosR <[email protected]>2018-08-28 02:22:46 +0300
commit5266669d34e80785a6a053031283cecf2516b7fc (patch)
tree3ccb3d74ae2ef77cd8084bf37b6b840f68170f1d
parent0e8831505ac845f3102fa2c5996a7141c9ab01ee (diff)
downloadbootstrap-5266669d34e80785a6a053031283cecf2516b7fc.tar.xz
bootstrap-5266669d34e80785a6a053031283cecf2516b7fc.zip
Remove extra line break
-rw-r--r--scss/_modal.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 9cb2e529e..bc349ff8e 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -165,7 +165,6 @@
&::before {
height: calc(100vh - (#{$modal-dialog-margin-y-sm-up} * 2));
}
-
}
.modal-content {
@@ -173,7 +172,6 @@
}
.modal-sm { max-width: $modal-sm; }
-
}
@include media-breakpoint-up(lg) {