diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/panels/css-panel/css-panel.reel/css-panel.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/css-panel/css-panel.reel/css-panel.css b/js/panels/css-panel/css-panel.reel/css-panel.css index 8ef5ec27..8d8c8ff5 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.css +++ b/js/panels/css-panel/css-panel.reel/css-panel.css | |||
@@ -18,8 +18,11 @@ | |||
18 | font-weight: normal; | 18 | font-weight: normal; |
19 | height: 16px; | 19 | height: 16px; |
20 | margin: 0; | 20 | margin: 0; |
21 | overflow: hidden; | ||
21 | padding: 4px 0 2px 10px; | 22 | padding: 4px 0 2px 10px; |
23 | text-overflow: ellipsis; | ||
22 | vertical-align: top; | 24 | vertical-align: top; |
25 | white-space: nowrap; | ||
23 | -webkit-box-flex: 0; | 26 | -webkit-box-flex: 0; |
24 | -webkit-user-select: none; | 27 | -webkit-user-select: none; |
25 | } | 28 | } |