mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/css: prevent word-wrapping in source edit textarea
This commit is contained in:
@ -141,6 +141,12 @@
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
||||
.post-source
|
||||
textarea
|
||||
white-space: pre
|
||||
overflow-wrap: normal
|
||||
overflow-x: scroll
|
||||
|
||||
form
|
||||
width: auto
|
||||
|
||||
|
Reference in New Issue
Block a user