From e11e9f9ffa1975bcfefa530f17cd1d29e0c936b8 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Wed, 15 Aug 2012 12:21:02 -0700 Subject: CSS Panel - Fix layout when editing long CSS values. --- js/panels/css-panel/css-style.reel/css-style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'js/panels/css-panel/css-style.reel/css-style.css') diff --git a/js/panels/css-panel/css-style.reel/css-style.css b/js/panels/css-panel/css-style.reel/css-style.css index d6ca76d1..d114a61f 100644 --- a/js/panels/css-panel/css-style.reel/css-style.css +++ b/js/panels/css-panel/css-style.reel/css-style.css @@ -138,6 +138,15 @@ POSSIBILITY OF SUCH DAMAGE. .style-item .hintable-hint { color: #bdbdbd; } +.edit-value { + white-space: normal; +} +.edit-value dt { + margin-right: -5px; +} +.edit-value dd { + margin-left: 5px; +} /* ------------------------ Empty Style (Add Style) -- cgit v1.2.3