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:
parent
ec65511eb0
commit
90ecdb4928
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user