mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Card mode for tables.
This commit is contained in:
parent
df3ae72ab7
commit
d9b08d9491
14 changed files with 81 additions and 80 deletions
|
|
@ -31,9 +31,9 @@ export function PageBody({
|
|||
<Column
|
||||
{...props}
|
||||
width="100%"
|
||||
paddingBottom="9"
|
||||
paddingBottom="6"
|
||||
maxWidth={maxWidth}
|
||||
paddingX="4"
|
||||
paddingX={{ xs: '3', md: '6' }}
|
||||
style={{ margin: '0 auto' }}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue