Fix table headers wrapping in table view

This commit is contained in:
kolaente 2021-07-22 21:51:34 +02:00
parent 5fd7e3f708
commit 028dbf27ee
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -4,6 +4,10 @@
overflow-x: auto;
overflow-y: hidden;
th {
white-space: nowrap;
}
.user {
margin: 0;
}