From d438c7c3cc9222b140d7b4118b1c32300d811216 Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Mon, 24 Jun 2024 11:58:23 +1000 Subject: [PATCH] fixed some status wrapping issues --- wwwroot/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wwwroot/css/style.css b/wwwroot/css/style.css index f424d41..d052cbe 100644 --- a/wwwroot/css/style.css +++ b/wwwroot/css/style.css @@ -451,4 +451,8 @@ article#directory ul{ .markdown-editor > .EasyMDEContainer > .CodeMirror { flex: auto; +} + +article { + overflow-wrap: anywhere; } \ No newline at end of file