From: Rito Rhymes Date: Thu, 12 Mar 2026 03:34:40 +0000 (-0400) Subject: docs: allow long links to wrap to prevent overflow on mobile X-Git-Tag: v260-rc3~10^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4443626b167c4e07bc971afe5bb05ea04bc27bc3;p=thirdparty%2Fsystemd.git docs: allow long links to wrap to prevent overflow on mobile --- diff --git a/docs/style.css b/docs/style.css index ee0fc7f754e..1711156e689 100644 --- a/docs/style.css +++ b/docs/style.css @@ -111,6 +111,7 @@ a { text-decoration: none; color: var(--sd-link-color); cursor: pointer; + overflow-wrap: anywhere; } a:hover { text-decoration: underline;