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; }