From: Paul Hänsch <paul@plutz.net>
Date: Thu, 2 Nov 2023 11:17:37 +0000 (+0100)
Subject: Squashed 'cgilite/' changes from 9e5394e..0f62500
X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=235aa7c0c6f32addfa09f30c13411bc3432a7ccc;p=shellwiki

Squashed 'cgilite/' changes from 9e5394e..0f62500

0f62500 avoid overflow of long links

git-subtree-dir: cgilite
git-subtree-split: 0f6250049b15215ed0596c19fddddc9addaf9111
---

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;