From 7caba3b75adecfc7b831017dc011fff19ff4a1b2 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:41:33 +0100 Subject: [PATCH] chore: allow word breaks in inline code table cells --- extra.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/extra.css b/extra.css index aff4e26c1..f3bdc903c 100644 --- a/extra.css +++ b/extra.css @@ -6,14 +6,6 @@ span.method-nav-pill { /* or 3rem */ } -/* Prevent word breaks in inline code items in tables */ -td>code, -td>em>code, -td>strong>code, -td>a>code { - white-space: nowrap; -} - /* Make links not bold */ .link { font-weight: 400;