diff --git a/src/components/StatCardComponent.vue b/src/components/StatCardComponent.vue index ac7f08a2..d105f236 100644 --- a/src/components/StatCardComponent.vue +++ b/src/components/StatCardComponent.vue @@ -29,9 +29,8 @@ const props = withDefaults(
@@ -85,7 +84,7 @@ const props = withDefaults( color: hsla(var(--gray-0-hsl) / 1); background: hsla(var(--_color) / 1); height: 100%; - width: 200px; + min-width: 200px; } .stat-card__purple {