mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Fix property order
This commit is contained in:
@@ -273,10 +273,10 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
vertical-align: middle;
|
|
||||||
// Workaround for the SVG overflow bug in IE10/11 is still required.
|
// Workaround for the SVG overflow bug in IE10/11 is still required.
|
||||||
// See https://github.com/twbs/bootstrap/issues/26878
|
// See https://github.com/twbs/bootstrap/issues/26878
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user