aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorwinter2025-03-30 20:16:58 +0100
committerwinter2025-03-30 20:16:58 +0100
commit4be2f6b4edfe659c0460f7a45838f6dbf1c903b4 (patch)
treeb3788a0a7878df0962b0854a6ade818864f20626
parent6ce663dc0959ad0a776bbd8861450346ae0c1966 (diff)
break words properly in profile bio
-rw-r--r--static/misc.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css
index bec57ed..f2cc70d 100644
--- a/static/misc.css
+++ b/static/misc.css
@@ -134,6 +134,7 @@ pre {
font-family: inherit;
font-size: inherit;
text-wrap: wrap;
+ word-break: break-word;
&.panel {
background: var(--clr-panel-background);
padding: var(--spacing-double);