From 0fcf7c91e46ed13b9b34144db1637b1b98102aab Mon Sep 17 00:00:00 2001 From: Philip Wagner Date: Fri, 29 Aug 2025 18:25:15 +0200 Subject: [PATCH] content break anywhere --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index b38b141..1d8abc9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -105,7 +105,7 @@ nav { height: 100%; padding-top: 89pt !important; justify-content: space-between #lang-switch { position: absolute; top: -7px; right: 0 } #lang-switch a { line-height: 1rem !important } -#content { position: relative; overflow-wrap: break-word; hyphens: auto } +#content { position: relative; overflow-wrap: anywhere; hyphens: auto } #inner-content { display: grid; grid-template-rows: auto 1fr auto; min-height: calc(100dvh - 22pt - 40pt - 22pt); padding-bottom: calc(22pt + 40pt + 22pt) } footer { background: var(--white); padding: 22pt; position: fixed; left: 0; right: 0; bottom: 0; line-height: 1 !important; } footer a { line-height: 1 !important; text-align-last: justify; display: block; white-space: nowrap; letter-spacing: 2.8vw }