From 8c9fb06e5216672fc5e632a01ddbb98ce47efb32 Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 27 May 2024 14:47:57 -0700 Subject: [PATCH] Fix DM composer textbox getting weird if you paste a long link in it --- internal/webserver/static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/webserver/static/styles.css b/internal/webserver/static/styles.css index c135039..12eeb96 100644 --- a/internal/webserver/static/styles.css +++ b/internal/webserver/static/styles.css @@ -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;