From 87bce9d4ccafe3e98115e92fe5488e9e088436af Mon Sep 17 00:00:00 2001 From: Luca Rossi Date: Sat, 28 Feb 2026 20:32:58 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20tags=20in=20properties=20=E2=80=94=20X?= =?UTF-8?q?=20button=20doesn't=20reserve=20space,=20fades=20in=20on=20hove?= =?UTF-8?q?r=20without=20expanding=20pill=20(#148)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: tags X button appears on hover without expanding pill width Co-Authored-By: Claude Opus 4.6 * fix: tags in properties — X button doesn't reserve space, fades in on hover without expanding pill Co-Authored-By: Claude Opus 4.6 --------- Co-authored-by: Test Co-authored-by: Claude Opus 4.6 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/components/DynamicPropertiesPanel.tsx | 30 +++++++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/src/components/DynamicPropertiesPanel.tsx b/src/components/DynamicPropertiesPanel.tsx index 54c64d85..bfd11ac5 100644 --- a/src/components/DynamicPropertiesPanel.tsx +++ b/src/components/DynamicPropertiesPanel.tsx @@ -117,14 +117,34 @@ function TagsValue({ propKey, value, isEditing, vaultTags, onSave, onStartEdit } {value.map(tag => { const style = getTagStyle(tag) return ( - - {tag} + + + {tag} + + > + × + ) })}