aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar Patrick Crandol <patrick@crandol.com> 2018-10-28 03:59:18 -0400
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-10-28 08:59:18 +0100
commit41b6dd4f74af30fcfdb97168b8adc67157225da6 (patch)
tree883a053c09a66c7da026bab4af2e5ea47d8d1088 /p/themes/base-theme/template.css
parent1f4dc71d95623aa18f4ac248a2f3c763d79ab1a2 (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.css1
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: '✓';