0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Force title listing header cell to wrap

This commit is contained in:
Thibaud Colas 2024-01-22 08:16:01 +00:00 committed by sag​e
parent ec65511eb0
commit 90ecdb4928

View File

@ -72,6 +72,10 @@ ul.listing {
white-space: nowrap; white-space: nowrap;
} }
th.title {
white-space: normal;
}
th.children { th.children {
border: 0; border: 0;
} }