diff options
| author | ysds <[email protected]> | 2018-07-20 23:33:26 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-20 18:28:09 -0500 |
| commit | c45e5594b77015f48b8c21823a44d6bb8139d40a (patch) | |
| tree | 1714d70afa3b82017adaf1b46037763c678f5cb2 | |
| parent | 900775483ff0d5aa79e497fbfee89858da467cf4 (diff) | |
| download | bootstrap-c45e5594b77015f48b8c21823a44d6bb8139d40a.tar.xz bootstrap-c45e5594b77015f48b8c21823a44d6bb8139d40a.zip | |
Fix property order
| -rw-r--r-- | scss/_reboot.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 9ed8be772..f297d095c 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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; } |
