From 6164408da15f5043ad0c4b8ee5378800ddefe9ea Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Mon, 11 May 2026 16:42:09 +0800 Subject: [PATCH] fix(web): align tag filter dropdown icon (#36041) --- web/features/tag-management/components/tag-filter.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/features/tag-management/components/tag-filter.tsx b/web/features/tag-management/components/tag-filter.tsx index bca8465730..2c6938dc4d 100644 --- a/web/features/tag-management/components/tag-filter.tsx +++ b/web/features/tag-management/components/tag-filter.tsx @@ -78,11 +78,11 @@ export const TagFilter = ({ !!value.length && 'pr-6 shadow-xs', )} > - + - + {!value.length && t('tag.placeholder', { ns: 'common' })} {!!value.length && currentTagName}