Increase the width of the columns for localized months

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-03-22 14:53:30 +01:00
parent e96c2256ef
commit 0f7391d1ac
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -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 {