From f6b99975ab10b1f1b10061966d64d3d4af4aefed Mon Sep 17 00:00:00 2001 From: lucaronin Date: Mon, 30 Mar 2026 23:36:55 +0200 Subject: [PATCH] fix: unify property panel chip sizes and ellipse long text values Match all property value chips (Status, Date, Tags) to the Type chip's padding (4px 8px) and border-radius (rounded-md). Fix URL and text values to use consistent padding and constrain overflow with max-w-full + truncate. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/EditableValue.tsx | 10 +++++----- src/components/PropertyValueCells.tsx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/EditableValue.tsx b/src/components/EditableValue.tsx index edaf66b5..cf471e86 100644 --- a/src/components/EditableValue.tsx +++ b/src/components/EditableValue.tsx @@ -64,9 +64,9 @@ export function UrlValue({ } return ( - + @@ -216,7 +216,7 @@ export function TagPillList({ style={{ ...getTagStyle(item), backgroundColor: getTagStyle(item).bg, - padding: '2px 8px', + padding: '4px 8px', fontSize: 12, fontWeight: 500, }} @@ -256,7 +256,7 @@ export function TagPillList({ ) : (