From: Zbigniew Jędrzejewski-Szmek Date: Thu, 12 Mar 2026 08:36:32 +0000 (+0100) Subject: Fix text overflow for long URLs and inline code blocks (#41064) X-Git-Tag: v260-rc3~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=796a1d7616a5b42e8bcaa475f77f4e9ed33d0067;p=thirdparty%2Fsystemd.git Fix text overflow for long URLs and inline code blocks (#41064) ## Summary Long string URLs and inline code blocks can exceed page width and cause horizontal scroll overflow that breaks page layouts on smaller screens. This fix ensures those long strings can wrap down as needed to preserve the layout. The only code blocks that are affected are those that are inline span within text paragraphs and are effectively stylized text; it does not affect `
` code blocks where fidelity is prioritized and
contained horizontal scroll is preferred.


## Before and After Screenshots

### `/TPM2_PCR_MEASUREMENTS/` code overflow

**BEFORE**
TPM2-before



**AFTER** TPM2-after ### `/PRESET/` URL overflow **BEFORE** PRESET-before

**AFTER** PRESET-after --- 796a1d7616a5b42e8bcaa475f77f4e9ed33d0067