ux: allow very long URL in textarea(no line-break)

This commit is contained in:
bsourisse 2023-03-10 16:30:10 +01:00
parent c87a01728d
commit 90d52e515e

View file

@ -109,6 +109,8 @@
.bwForm textarea {
resize: vertical;
overflow: auto;
white-space: pre;
}
.bwForm textarea:focus,