diff options
| author | winter | 2025-03-15 20:32:47 +0000 |
|---|---|---|
| committer | winter | 2025-03-15 20:32:47 +0000 |
| commit | d8e440b1998e5c3e33445f2ec020d261fc7fa714 (patch) | |
| tree | f2328ed694138d6aa4d3fa179073df74b8d494e1 /static/pages.css | |
| parent | 801f0d45d734c69ec96e9bbbc33a3f63b0879c22 (diff) | |
fix line wrapping behaviour finally!!!!
Diffstat (limited to 'static/pages.css')
| -rw-r--r-- | static/pages.css | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
