From d8e440b1998e5c3e33445f2ec020d261fc7fa714 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 20:32:47 +0000 Subject: fix line wrapping behaviour finally!!!! --- static/pages.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/pages.css') diff --git a/static/pages.css b/static/pages.css index f19a856..3f3e5ab 100644 --- a/static/pages.css +++ b/static/pages.css @@ -37,6 +37,8 @@ .pageContent { margin-top: var(--spacing-double); + overflow-x: hidden; + overflow-wrap: break-word; p, ul, -- cgit v1.3