diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-02 13:03:22 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-02 13:03:22 +0200 |
commit | c6447e2ce289188493590ec0d5449fa3692eed08 (patch) | |
tree | 4e0c853d0043a224e29b0c02c40773addc10d8d6 /skins/classic/common.css | |
parent | 997ef19f17af31c668d34bd00269fc02186be7f8 (diff) |
Use treelist widget for folders list in Settings/Folders (#1489648)
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | skins/classic/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index d28f2871c..13f4e6483 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -723,6 +723,7 @@ ul.treelist li font-size: 11px; border-bottom: 1px solid #EBEBEB; white-space: nowrap; + overflow: hidden; } ul.treelist li a |