diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 0b2c0904f..10500da35 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1133,6 +1133,9 @@ ul.listing { ul.listing li { background-color: #d9ecf4; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } ul.listing li ul { |