From 2b5db51fc198bced16af8acedc50a9031ae21f17 Mon Sep 17 00:00:00 2001 From: Alessio Date: Thu, 2 Nov 2023 17:52:30 +0000 Subject: [PATCH] Fix UI bug with extremely long words with no spaces screwing up the layout because they won't wrap --- 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 4ec02d5..352a1df 100644 --- a/internal/webserver/static/styles.css +++ b/internal/webserver/static/styles.css @@ -152,6 +152,7 @@ a.entity { display: block; margin-bottom: 0.4em; margin-top: 0; + overflow-wrap: anywhere; } #focused-tweet .text { font-size: 1.4em;