From 1749793bc123a55d988bc39ae7a5a2df30a761ec Mon Sep 17 00:00:00 2001 From: Lucas Bordeau Date: Sat, 7 Dec 2024 16:49:53 +0100 Subject: [PATCH] More fixes (#8931) Fixes https://github.com/twentyhq/twenty/issues/8888 --- .../components/RecordDetailSectionHeader.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/twenty-front/src/modules/object-record/record-show/record-detail-section/components/RecordDetailSectionHeader.tsx b/packages/twenty-front/src/modules/object-record/record-show/record-detail-section/components/RecordDetailSectionHeader.tsx index 158a80e67..a0f548def 100644 --- a/packages/twenty-front/src/modules/object-record/record-show/record-detail-section/components/RecordDetailSectionHeader.tsx +++ b/packages/twenty-front/src/modules/object-record/record-show/record-detail-section/components/RecordDetailSectionHeader.tsx @@ -11,6 +11,8 @@ const StyledHeader = styled.header<{ height: 24px; margin-bottom: ${({ theme, areRecordsAvailable }) => areRecordsAvailable && theme.spacing(2)}; + + gap: ${({ theme }) => theme.spacing(1)}; `; const StyledTitle = styled.div`