From: Martijn Cuppens Date: Sun, 24 Jun 2018 19:01:11 +0000 (+0200) Subject: Render inline svg like img (#25874) X-Git-Tag: v4.1.2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61e3badfd9d6c76f023964578c8e5bbdc7eb2a3;p=thirdparty%2Fbootstrap.git Render inline svg like img (#25874) --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 73834226c3..d7bab8d6f4 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -274,6 +274,7 @@ img { svg:not(:root) { overflow: hidden; // Hide the overflow in IE + vertical-align: middle; }