]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Render inline svg like img (#25874)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 24 Jun 2018 19:01:11 +0000 (21:01 +0200)
committerMark Otto <otto@github.com>
Sun, 24 Jun 2018 19:01:11 +0000 (12:01 -0700)
scss/_reboot.scss

index 73834226c37f8ee2793ad56d5e42403228a7ac7f..d7bab8d6f48a799ddff39cfe9b7daeccfb54bb28 100644 (file)
@@ -274,6 +274,7 @@ img {
 
 svg:not(:root) {
   overflow: hidden; // Hide the overflow in IE
+  vertical-align: middle;
 }