From a025d3d3f1a3f7d18098ec0de20b40d285c1370d Mon Sep 17 00:00:00 2001 From: coja Date: Sun, 10 Nov 2024 02:01:32 +0100 Subject: [PATCH] word break fix --- site/styles/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/styles/style.css b/site/styles/style.css index 4553a45..385d136 100644 --- a/site/styles/style.css +++ b/site/styles/style.css @@ -20,6 +20,7 @@ box-sizing: border-box; margin: 0; padding: 0; + word-break: break-all; } html, @@ -217,4 +218,4 @@ screen and (max-width: 1500px) { #theme-switcher { margin-right: 1rem; } -} \ No newline at end of file +}