Fix DM composer textbox getting weird if you paste a long link in it
This commit is contained in:
parent
41d25864da
commit
8c9fb06e52
@ -1447,6 +1447,7 @@ main {
|
|||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
max-height: 10em;
|
max-height: 10em;
|
||||||
min-height: 3em;
|
min-height: 3em;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
overflow-y: auto; /* scrollbar only if needed */
|
overflow-y: auto; /* scrollbar only if needed */
|
||||||
border: 2px solid var(--color-outline-gray);
|
border: 2px solid var(--color-outline-gray);
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user