Layout fixes for DataTable.

This commit is contained in:
Mike Cao 2023-10-11 10:02:32 -07:00
parent 83fb358355
commit a79183cd13
3 changed files with 41 additions and 33 deletions

View file

@ -20,6 +20,7 @@
.body {
display: flex;
position: relative;
overflow-x: auto;
}
.body td {
@ -27,6 +28,7 @@
gap: 10px;
min-height: 70px;
align-items: center;
min-width: min-content;
}
.pager {