mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-22 18:04:15 +00:00
Increase the width of the columns for localized months
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e96c2256ef
commit
0f7391d1ac
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue