client/css: prevent word-wrapping in source edit textarea
This commit is contained in:
parent
377fe52072
commit
8c01c7714f
1 changed files with 6 additions and 0 deletions
|
@ -141,6 +141,12 @@
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
|
.post-source
|
||||||
|
textarea
|
||||||
|
white-space: pre
|
||||||
|
overflow-wrap: normal
|
||||||
|
overflow-x: scroll
|
||||||
|
|
||||||
form
|
form
|
||||||
width: auto
|
width: auto
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue