From e049352f6dec3727f5e287e3c798068452ce4b3f Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Fri, 13 Feb 2026 19:19:03 +0300 Subject: [PATCH] fix: correct tag badge sizing in filter dropdown Remove variant="blank" (forced h-4) and flex-1 (full width stretch) to match the tag badge appearance from the settings page. --- apps/dokploy/components/shared/tag-filter.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/dokploy/components/shared/tag-filter.tsx b/apps/dokploy/components/shared/tag-filter.tsx index 22e428b52..f14ccb12b 100644 --- a/apps/dokploy/components/shared/tag-filter.tsx +++ b/apps/dokploy/components/shared/tag-filter.tsx @@ -110,7 +110,6 @@ export function TagFilter({ onCheckedChange={() => handleTagToggle(tag.id)} /> {tag.name}