From 119095ece810770b77e9ba787baaa8327aeabf1c Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 3 Jul 2024 10:59:56 +0000 Subject: [PATCH] fix: stat card min width --- src/components/StatCardComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StatCardComponent.vue b/src/components/StatCardComponent.vue index d72b1206..9e419b88 100644 --- a/src/components/StatCardComponent.vue +++ b/src/components/StatCardComponent.vue @@ -32,7 +32,7 @@ const props = withDefaults( style=" padding: 12px 16px; height: 75px; - min-width: 150px; + min-width: 232px; box-shadow: var(--shadow-2); " >