From: Rito Rhymes Date: Thu, 12 Mar 2026 03:36:42 +0000 (-0400) Subject: docs: allow long inline code to wrap to prevent overflow on mobile X-Git-Tag: v260-rc3~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d4dce604fd1688a690daaac32c4221a60f4205;p=thirdparty%2Fsystemd.git docs: allow long inline code to wrap to prevent overflow on mobile --- diff --git a/docs/style.css b/docs/style.css index 1711156e689..1f98b6bacf3 100644 --- a/docs/style.css +++ b/docs/style.css @@ -568,6 +568,7 @@ tbody td { code.highlighter-rouge { padding: 2px 6px; background-color: var(--sd-highlight-inline-bg); + overflow-wrap: anywhere; } a code.highlighter-rouge {