2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Render inline svg like img (#25874)

This commit is contained in:
Martijn Cuppens
2018-06-24 21:01:11 +02:00
committed by Mark Otto
parent a31b23b5ce
commit d61e3badfd
+1
View File
@@ -274,6 +274,7 @@ img {
svg:not(:root) {
overflow: hidden; // Hide the overflow in IE
vertical-align: middle;
}