Skip to content

Commit

Permalink
Render inline svg like img (#25874)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and mdo committed Jun 24, 2018
1 parent a31b23b commit d61e3ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ img {

svg:not(:root) {
overflow: hidden; // Hide the overflow in IE
vertical-align: middle;
}


Expand Down

0 comments on commit d61e3ba

Please sign in to comment.