mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix property order
This commit is contained in:
parent
900775483f
commit
c45e5594b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue