From f01224d04dbf1e1790d113d1180195f0f6f5d6f2 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Mon, 23 Dec 2024 21:15:42 +0800 Subject: [PATCH] fix: update width constraint for comment badge Changes width constraint from fixed `w-24` to `max-w-24` to prevent content overflow while maintaining maximum width limit for comment badges --- components/dashboard/links/Search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/links/Search.vue b/components/dashboard/links/Search.vue index 8a0a1be..25bda60 100644 --- a/components/dashboard/links/Search.vue +++ b/components/dashboard/links/Search.vue @@ -73,7 +73,7 @@ function selectLink(link) { -
+
{{ link.item?.comment }}