forked from matrix/element-web
Fix wrap on view source
This commit is contained in:
parent
ad9d032f82
commit
a1b78f93fe
|
@ -19,4 +19,5 @@ limitations under the License.
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 0.5em 1em 0.5em 1em;
|
padding: 0.5em 1em 0.5em 1em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue