Fix DM composer textbox getting weird if you paste a long link in it

This commit is contained in:
Alessio 2024-05-27 14:47:57 -07:00
parent 41d25864da
commit 8c9fb06e52

View File

@ -1447,6 +1447,7 @@ main {
padding: 1px 6px;
max-height: 10em;
min-height: 3em;
overflow-wrap: anywhere;
overflow-y: auto; /* scrollbar only if needed */
border: 2px solid var(--color-outline-gray);
border-radius: 0.5em;