mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
Added card mode to DataTable.
This commit is contained in:
parent
5f73e4e8db
commit
a15fb89c90
8 changed files with 22 additions and 64 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
.body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
|
@ -31,6 +32,11 @@
|
|||
min-width: min-content;
|
||||
}
|
||||
|
||||
.body > div > div > div {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.pager {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue