]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
less/modals.less: Add missing semicolon.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 10 Feb 2019 11:54:39 +0000 (13:54 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 11 Feb 2019 13:18:08 +0000 (15:18 +0200)
less/modals.less

index 0e516e51af3d07ba0eb2ab82bcf91ace779092fa..2fe8e56fa909b7b533f964fb57b743b999d2e63f 100644 (file)
@@ -33,7 +33,7 @@
     .translate(0, -25%);
     .transition-transform(~"0.3s ease-out");
   }
-  &.in .modal-dialog { .translate(0, 0) }
+  &.in .modal-dialog { .translate(0, 0); }
 }
 .modal-open .modal {
   overflow-x: hidden;