diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-05 12:01:24 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-05 12:01:24 +0300 |
| commit | 6636c0f551a146622a1db40582140c59d3eb650d (patch) | |
| tree | 6c4be75f678d6fe35bf7d034429242b4ba8eaba3 /src/components/style_switcher | |
| parent | 51cf4dc298303127c9d59015f4eef52f6f6e1103 (diff) | |
mobile fixes
Diffstat (limited to 'src/components/style_switcher')
| -rw-r--r-- | src/components/style_switcher/style_switcher.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss index c8c5d9dd..f53f00a0 100644 --- a/src/components/style_switcher/style_switcher.scss +++ b/src/components/style_switcher/style_switcher.scss @@ -248,6 +248,12 @@ .panel-heading { .badge, .alert, .btn, .faint { margin-left: 1em; + white-space: nowrap; + } + .faint { + text-overflow: ellipsis; + min-width: 2em; + overflow-x: hidden; } .flex-spacer { flex: 1; |
