diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/theme.css | 4 |
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; } |