From 235aa7c0c6f32addfa09f30c13411bc3432a7ccc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 2 Nov 2023 12:17:37 +0100 Subject: [PATCH] Squashed 'cgilite/' changes from 9e5394e..0f62500 0f62500 avoid overflow of long links git-subtree-dir: cgilite git-subtree-split: 0f6250049b15215ed0596c19fddddc9addaf9111 --- 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