Skip to content

Commit 8c7589f

Browse files
committed
style: adjust size for resource overview component
1 parent 6d50439 commit 8c7589f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/block/card-resource-overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function CardResourceOverview(props: Props) {
7979
{/* Color Legend */}
8080
{total > 0 && (
8181
<div className="mb-4">
82-
<div className="flex flex-wrap gap-3">
82+
<div className="grid grid-cols-2 sm:grid-cols-3 xl:grid-cols-4">
8383
{healthStats
8484
.filter((stat) => stat.value > 0)
8585
.map((stat, index) => (

0 commit comments

Comments
 (0)