From bb1be2235f40e244b2aeedf02ffc49cbbc2c6bee Mon Sep 17 00:00:00 2001 From: sunhao Date: Mon, 27 May 2024 09:35:26 +0800 Subject: [PATCH] * label: fix dot width. --- lib/label/src/label.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/label/src/label.css b/lib/label/src/label.css index 6bb3c74fa2..29b91646f2 100644 --- a/lib/label/src/label.css +++ b/lib/label/src/label.css @@ -9,5 +9,5 @@ @apply -h-4 -min-w-[1rem]; } .label-dot { - @apply -rounded-full -h-2 -px-0 -aspect-square; + @apply -rounded-full -h-2 -px-0 -aspect-square -min-w-0; }