From 317babaa181bd05acb69de61e1603b31e589bccb Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Tue, 21 Jan 2025 14:41:23 +0100 Subject: [PATCH] Add nowrap to content cells for improved text handling --- assets/css/content/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/content/general.css b/assets/css/content/general.css index 2e38e0731..b65fefa0b 100644 --- a/assets/css/content/general.css +++ b/assets/css/content/general.css @@ -144,6 +144,7 @@ font-family: var(--sansFontFamily); font-weight: 700; padding-bottom: 0.5em; + white-space: nowrap; } .content-inner thead tr { @@ -168,7 +169,6 @@ padding-left: 1em; line-height: 2em; vertical-align: top; - white-space: nowrap; } .content-inner .section-heading {