]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix property order
authorysds <ysds.code@gmail.com>
Fri, 20 Jul 2018 14:33:26 +0000 (23:33 +0900)
committerMark Otto <otto@github.com>
Fri, 20 Jul 2018 23:28:09 +0000 (18:28 -0500)
scss/_reboot.scss

index 9ed8be7720187a4b63bc8643122baa8a1125c046..f297d095c475d053dd93bd479d82132c68693fca 100644 (file)
@@ -273,10 +273,10 @@ img {
 }
 
 svg {
-  vertical-align: middle;
   // Workaround for the SVG overflow bug in IE10/11 is still required.
   // See https://github.com/twbs/bootstrap/issues/26878
   overflow: hidden;
+  vertical-align: middle;
 }