From 90ecdb49280fd1e9db7a41615dcf7eb675c47c74 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Mon, 22 Jan 2024 08:16:01 +0000 Subject: [PATCH] Force title listing header cell to wrap --- client/scss/components/_listing.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/scss/components/_listing.scss b/client/scss/components/_listing.scss index fd5bec51e1..a53d2f60be 100644 --- a/client/scss/components/_listing.scss +++ b/client/scss/components/_listing.scss @@ -72,6 +72,10 @@ ul.listing { white-space: nowrap; } + th.title { + white-space: normal; + } + th.children { border: 0; }