Fix table headers wrapping in table view
This commit is contained in:
parent
5fd7e3f708
commit
028dbf27ee
1 changed files with 16 additions and 12 deletions
|
@ -4,6 +4,10 @@
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|
||||||
|
th {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.user {
|
.user {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue