Skip to content

Commit

Permalink
Fix property order
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and mdo committed Jul 20, 2018
1 parent 9007754 commit c45e559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_reboot.scss
Expand Up @@ -273,10 +273,10 @@ img {
}

svg {
vertical-align: middle;
// Workaround for the SVG overflow bug in IE10/11 is still required.
// See https://github.com/twbs/bootstrap/issues/26878
overflow: hidden;
vertical-align: middle;
}


Expand Down

0 comments on commit c45e559

Please sign in to comment.