From 0f6250049b15215ed0596c19fddddc9addaf9111 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 2 Nov 2023 12:17:14 +0100 Subject: [PATCH] avoid overflow of long links --- common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/common.css b/common.css index dbaafd1..30c3942 100644 --- a/common.css +++ b/common.css @@ -29,6 +29,7 @@ a { font-style: italic; text-decoration: underline; color: #068; + word-break: break-word; } a.button { font-style: inherit; -- 2.39.2