From d61e3badfd9d6c76f023964578c8e5bbdc7eb2a3 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sun, 24 Jun 2018 21:01:11 +0200 Subject: [PATCH] Render inline svg like img (#25874) --- scss/_reboot.scss | 1 + 1 file changed, 1 insertion(+) 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; }