mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
More mobile fixes.
This commit is contained in:
parent
9a5604f236
commit
ddc7affa6a
6 changed files with 34 additions and 59 deletions
|
|
@ -7,7 +7,7 @@ export interface MetricsBarProps extends GridProps {
|
|||
|
||||
export function MetricsBar({ children, ...props }: MetricsBarProps) {
|
||||
return (
|
||||
<Grid columns="repeat(auto-fit, minmax(170px, 1fr))" gap {...props}>
|
||||
<Grid columns="repeat(auto-fit, minmax(140px, 1fr))" gap {...props}>
|
||||
{children}
|
||||
</Grid>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue