From 963250dc158646fe0250791c712ba22dc5ce9bee Mon Sep 17 00:00:00 2001 From: giteaadmin Date: Mon, 18 Aug 2025 19:39:45 -0400 Subject: [PATCH] fix: css word wrap --- src/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index db979b1..56a6e7d 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -104,7 +104,6 @@ article h4 { font-size: 1.0em; } article a { color: #60a5fa; text-decoration: none; - word-break: break-all; } article a:hover { text-decoration: underline; @@ -165,4 +164,4 @@ article ol { } article li { margin-bottom: 0.5rem; -} \ No newline at end of file +}