We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d50439 commit 8c7589fCopy full SHA for 8c7589f
src/components/block/card-resource-overview.tsx
@@ -79,7 +79,7 @@ export default function CardResourceOverview(props: Props) {
79
{/* Color Legend */}
80
{total > 0 && (
81
<div className="mb-4">
82
- <div className="flex flex-wrap gap-3">
+ <div className="grid grid-cols-2 sm:grid-cols-3 xl:grid-cols-4">
83
{healthStats
84
.filter((stat) => stat.value > 0)
85
.map((stat, index) => (
0 commit comments