aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r--themes/default/theme.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index 8651f4f33..390c2aafb 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -628,7 +628,9 @@ UL.tagSelection {
}
UL.tagSelection LI {
- display: inline;
+ display:inline-block;
+ width:150px!important;
+ overflow:hidden;
white-space: nowrap;
}