client/css: prevent word-wrapping in source edit textarea

This commit is contained in:
Shyam Sunder 2020-04-07 21:56:30 -04:00
parent 377fe52072
commit 8c01c7714f

View file

@ -141,6 +141,12 @@
margin: 0
padding: 0
.post-source
textarea
white-space: pre
overflow-wrap: normal
overflow-x: scroll
form
width: auto