diff options
author | 2015-11-19 22:21:20 +0100 | |
---|---|---|
committer | 2015-11-19 22:21:20 +0100 | |
commit | 59194083a75cf3a3b33bb844fc288dee75e684cf (patch) | |
tree | 0a06a85aa72a94cbfb901c524435692546200d65 /skins | |
parent | Bug 1222416: The group list must use 'class' instead of 'align' (diff) | |
download | bugzilla-59194083a75cf3a3b33bb844fc288dee75e684cf.tar.gz bugzilla-59194083a75cf3a3b33bb844fc288dee75e684cf.tar.bz2 bugzilla-59194083a75cf3a3b33bb844fc288dee75e684cf.zip |
Bug 1196126: Long lines in custom non-editable textarea fields should wrap
r/a=dkl
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 8662540d1..be285984d 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -655,7 +655,7 @@ input.required, select.required, span.required_explanation { list-style-type: none; } -.field_textarea_readonly { +pre.field_textarea_readonly { margin: 2px; padding: 4px; overflow: auto; @@ -663,9 +663,6 @@ input.required, select.required, span.required_explanation { max-width: 30em; max-height: 7em; border: 1px solid #CCC; -} - -.field_textarea_readonly pre { font-family: monospace; white-space: pre-wrap; } |