mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
Layout fixes for DataTable.
This commit is contained in:
parent
83fb358355
commit
a79183cd13
3 changed files with 41 additions and 33 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue