aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/css-panel.reel
diff options
context:
space:
mode:
authorEric Guzman2012-05-18 00:49:47 -0700
committerEric Guzman2012-05-18 00:49:47 -0700
commitd272b035e75a3bac719b3aa4a15a4c6a8e5e2c28 (patch)
tree28a31bdbcc8f3fa6027338b27cf69ffa96f3e8a3 /js/panels/css-panel/css-panel.reel
parent7f0dad901bef6512357a7a768fda1cb3106ac864 (diff)
downloadninja-d272b035e75a3bac719b3aa4a15a4c6a8e5e2c28.tar.gz
CSS Panel - Overflow ellipsis for selection name text.
Diffstat (limited to 'js/panels/css-panel/css-panel.reel')
-rw-r--r--js/panels/css-panel/css-panel.reel/css-panel.css3
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}