From 9f3107b6e7ab04ef84aebb56ba08f3f30e191832 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 21 Jan 2024 00:00:04 -0500 Subject: [PATCH] fix word-break --- static/theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/theme.css b/static/theme.css index c8ca72f..0f9b81e 100644 --- a/static/theme.css +++ b/static/theme.css @@ -160,8 +160,9 @@ article code>span { } code, -pre { - word-wrap: normal; +pre, +a { + word-wrap: break-word; white-space: break-spaces; }