]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove extra line break
authorysds <ysds.code@gmail.com>
Sun, 26 Aug 2018 23:36:54 +0000 (08:36 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 27 Aug 2018 23:22:46 +0000 (02:22 +0300)
scss/_modal.scss

index 9cb2e529e5ea94d6e69f3febfc029f76e13479f1..bc349ff8e670ee428c7d840fc121604e3c16b776 100644 (file)
     &::before {
       height: calc(100vh - (#{$modal-dialog-margin-y-sm-up} * 2));
     }
-
   }
 
   .modal-content {
   }
 
   .modal-sm { max-width: $modal-sm; }
-
 }
 
 @include media-breakpoint-up(lg) {