aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2018-06-24 21:01:11 +0200
committerMark Otto <[email protected]>2018-06-24 12:01:11 -0700
commitd61e3badfd9d6c76f023964578c8e5bbdc7eb2a3 (patch)
tree230ecf995219b980173dd9f622ee7b32890609bf
parenta31b23b5ce837dd004baa37067095028852d595c (diff)
downloadbootstrap-d61e3badfd9d6c76f023964578c8e5bbdc7eb2a3.tar.xz
bootstrap-d61e3badfd9d6c76f023964578c8e5bbdc7eb2a3.zip
Render inline svg like img (#25874)
-rw-r--r--scss/_reboot.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 73834226c..d7bab8d6f 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;
}