diff options
-rw-r--r-- | admin/themes/default/default-layout.css | 5 | ||||
-rw-r--r-- | themes/default/theme.css | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 1fb8aadb5..756d2b1bc 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -423,11 +423,12 @@ UL.tagSelection { } UL.tagSelection LI { - display: inline; + display:inline-block; + width:150px!important; + overflow:hidden; white-space: nowrap; } - /* jQuery tooltips */ .cluetip-default #cluetip-outer { position: relative; 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; } |