From 0f7391d1ac6cf3a26e7d1a1f30061497476d6740 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 22 Mar 2022 14:53:30 +0100 Subject: [PATCH] Increase the width of the columns for localized months Signed-off-by: Thomas Citharel --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 088cfb4..c7efbc7 100644 --- a/css/style.css +++ b/css/style.css @@ -271,9 +271,10 @@ table.results thead th { padding: 5px; min-width:40px; font-size:12px; - max-width:100px; + max-width:200px; overflow:hidden; text-overflow:ellipsis; + white-space: nowrap; } table.results thead th img {