diff options
| author | 2018-10-28 03:59:18 -0400 | |
|---|---|---|
| committer | 2018-10-28 08:59:18 +0100 | |
| commit | 41b6dd4f74af30fcfdb97168b8adc67157225da6 (patch) | |
| tree | 883a053c09a66c7da026bab4af2e5ea47d8d1088 /p/themes/base-theme/template.css | |
| parent | 1f4dc71d95623aa18f4ac248a2f3c763d79ab1a2 (diff) | |
Swage Theme Fixes (#2082)
* Fix Config pages in Swage Theme
Fix config & extensions pages; experimental fix for over-length menu options
* unminify Swage CSS
make swage.css readable.
* Update template.css
prevent a dropdown menu item from wrapping multiple lines
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index e6e9934a4..b211d0516 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -241,6 +241,7 @@ a.btn { .dropdown-menu > .item > span { display: block; min-width: 200px; + white-space: nowrap; } .dropdown-menu > .item[aria-checked="true"] > a::before { content: '✓'; |
