diff options
| author | beccabroek <beccabroek@gmail.com> | 2019-02-12 22:24:33 -0600 |
|---|---|---|
| committer | beccabroek <beccabroek@gmail.com> | 2019-02-12 22:34:20 -0600 |
| commit | 45cdee9710a915c6be3552cca1d59346cd000a21 (patch) | |
| tree | c69c7458204ff089926a6ec478523cd07584777a /app/common | |
| parent | 27ce84d247a41288228713342d4e7745d8806eba (diff) | |
| download | phosphor-webui-45cdee9710a915c6be3552cca1d59346cd000a21.tar.gz phosphor-webui-45cdee9710a915c6be3552cca1d59346cd000a21.zip | |
Fix login and overview pages in Safari
Bootstrap 4 columns in Safari are not working as expected,
causing issues with the layout on the login and overview
pages. Small CSS change resolves issue, see
https://github.com/twbs/bootstrap/issues/24219
Tested: Layout appears to be fixed using Safari. No pages
are affected visually by the change when using Chrome or
Firefox.
Change-Id: I79bf6ef3734703e4f610ee7f95b75625538761c2
Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/common')
| -rw-r--r-- | app/common/styles/base/foundation.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/styles/base/foundation.scss b/app/common/styles/base/foundation.scss index a422dec..1749d09 100644 --- a/app/common/styles/base/foundation.scss +++ b/app/common/styles/base/foundation.scss @@ -795,7 +795,7 @@ select[multiple] { margin-right: auto; margin-left: auto; } .row::before, .row::after { - display: table; + display: inline-block; content: ' '; } .row::after { clear: both; } |

