From 2539ad7cf5ad7eadf8f25bd74137f5a47d698318 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:16:33 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20=E0=B9=80=E0=B8=87=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StatCardComponent.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {