From: Paul Hänsch Date: Thu, 2 Nov 2023 11:17:14 +0000 (+0100) Subject: avoid overflow of long links X-Git-Url: http://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=0f6250049b15215ed0596c19fddddc9addaf9111 avoid overflow of long links --- 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;