From 3328666308d1138a96cf66508583b49a1feef432 Mon Sep 17 00:00:00 2001 From: RobertoSimonini1 Date: Tue, 11 Jun 2024 18:39:24 +0200 Subject: [PATCH] Increased inline relation field hover surface (#5809) I increased the inline relation of the relations fields, now the edit pen is visible when hovering the icon and not only the label. this aims to fix: #5662 --- .../record-inline-cell/components/RecordInlineCellContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/object-record/record-inline-cell/components/RecordInlineCellContainer.tsx b/packages/twenty-front/src/modules/object-record/record-inline-cell/components/RecordInlineCellContainer.tsx index 5d9f288bd..926d934c8 100644 --- a/packages/twenty-front/src/modules/object-record/record-inline-cell/components/RecordInlineCellContainer.tsx +++ b/packages/twenty-front/src/modules/object-record/record-inline-cell/components/RecordInlineCellContainer.tsx @@ -34,7 +34,7 @@ const StyledLabelAndIconContainer = styled.div` const StyledValueContainer = styled.div` display: flex; - min-width: 0; + min-width: 100%; `; const StyledLabelContainer = styled.div<{ width?: number }>`