From dc37bb9186683c39d3049f4f3702f513c5458f12 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 10 Apr 2026 22:45:02 +0200 Subject: [PATCH] Removed 'bug' with language dropdown being too narrow / breaking words in between --- static/terminal.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/terminal.css b/static/terminal.css index 25d362b..e67f82d 100644 --- a/static/terminal.css +++ b/static/terminal.css @@ -15,3 +15,7 @@ .post { text-align: justify; } + +*, ::before, ::after { + word-break: normal; +}