From: ysds Date: Fri, 20 Jul 2018 14:33:26 +0000 (+0900) Subject: Fix property order X-Git-Tag: v4.1.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45e5594b77015f48b8c21823a44d6bb8139d40a;p=thirdparty%2Fbootstrap.git Fix property order --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 9ed8be7720..f297d095c4 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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; }