From c45e5594b77015f48b8c21823a44d6bb8139d40a Mon Sep 17 00:00:00 2001 From: ysds Date: Fri, 20 Jul 2018 23:33:26 +0900 Subject: [PATCH] Fix property order --- scss/_reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 9ed8be772018..f297d095c475 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; }