aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css b/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css
index 21dd9055..d60f2d9c 100755
--- a/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css
+++ b/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css
@@ -54,8 +54,9 @@
54} 54}
55.nj-css-computed-list dt, .nj-css-computed-list dd { 55.nj-css-computed-list dt, .nj-css-computed-list dd {
56 cursor: default; 56 cursor: default;
57 display: inline-block;
57} 58}
58.nj-css-style-list.nj-css-computed-list dt { 59.nj-css-style-list.nj-css-computed-list dt {
59 color: #FFF; 60 color: #FFF;
60 width: 55%; 61 width: 48%;
61} 62}