mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
ux: allow very long URL in textarea(no line-break)
This commit is contained in:
parent
c87a01728d
commit
90d52e515e
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,8 @@
|
|||
|
||||
.bwForm textarea {
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.bwForm textarea:focus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue