Commit 59194083 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1196126: Long lines in custom non-editable textarea fields should wrap

r/a=dkl
parent 5fc8da0f
...@@ -655,7 +655,7 @@ input.required, select.required, span.required_explanation { ...@@ -655,7 +655,7 @@ input.required, select.required, span.required_explanation {
list-style-type: none; list-style-type: none;
} }
.field_textarea_readonly { pre.field_textarea_readonly {
margin: 2px; margin: 2px;
padding: 4px; padding: 4px;
overflow: auto; overflow: auto;
...@@ -663,9 +663,6 @@ input.required, select.required, span.required_explanation { ...@@ -663,9 +663,6 @@ input.required, select.required, span.required_explanation {
max-width: 30em; max-width: 30em;
max-height: 7em; max-height: 7em;
border: 1px solid #CCC; border: 1px solid #CCC;
}
.field_textarea_readonly pre {
font-family: monospace; font-family: monospace;
white-space: pre-wrap; white-space: pre-wrap;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment