]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: allow long links to wrap to prevent overflow on mobile
authorRito Rhymes <rito@ritovision.com>
Thu, 12 Mar 2026 03:34:40 +0000 (23:34 -0400)
committerRito Rhymes <rito@ritovision.com>
Thu, 12 Mar 2026 04:22:19 +0000 (00:22 -0400)
docs/style.css

index ee0fc7f754ec637029b8ec9babfa880216c78cf4..1711156e68919c2497cf7f611b1d9ccf995259f2 100644 (file)
@@ -111,6 +111,7 @@ a {
   text-decoration: none;
   color: var(--sd-link-color);
   cursor: pointer;
+  overflow-wrap: anywhere;
 }
 a:hover {
   text-decoration: underline;