summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-11-19 22:20:08 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-11-19 22:20:08 +0100
commit56d18c669cb9e152c1501c8b45f0d525ff29c327 (patch)
treefe0e5172bdb697d277fcbaf8cc57fb348d80aaf1 /skins
parent88a210458bd79880ad1a25fe163a5a5a5d564b87 (diff)
downloadbugzilla-56d18c669cb9e152c1501c8b45f0d525ff29c327.tar.gz
bugzilla-56d18c669cb9e152c1501c8b45f0d525ff29c327.tar.xz
Bug 1196126: Long lines in custom non-editable textarea fields should wrap
r=dkl
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index b9148f764..f85976516 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -698,7 +698,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;
@@ -706,9 +706,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;
}