Skip to content

Commit f5e5958

Browse files
committed
fix: better grid for system statistics cards
1 parent 181ca0c commit f5e5958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/components/statistics/SystemStatisticsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function SystemStatisticsSection({ currentStats }: SystemStatisti
8282
className={cn(
8383
'grid h-full w-full gap-3 sm:gap-4 lg:gap-6',
8484
// Responsive grid: 1 column on mobile, 2 on small tablet, 3 on large tablet and desktop
85-
'grid-cols-1 sm:grid-cols-2 lg:grid-cols-3',
85+
'grid-cols-1 sm:grid-cols-2 xl:grid-cols-3',
8686
// Ensure equal height for all cards
8787
'auto-rows-fr',
8888
)}

0 commit comments

Comments
 (0)