From 295f153abe12b5cb1e82801a69e16d101b119ddc Mon Sep 17 00:00:00 2001 From: Antoine Moreaux Date: Thu, 20 Mar 2025 13:35:58 +0100 Subject: [PATCH] fix(settings): adjust custom domain table cell styling (#11060) Set table cell display to block to ensure proper rendering and alignment. This resolves layout issues caused by the previous styling. --- .../pages/settings/workspace/SettingsCustomDomainRecords.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-front/src/pages/settings/workspace/SettingsCustomDomainRecords.tsx b/packages/twenty-front/src/pages/settings/workspace/SettingsCustomDomainRecords.tsx index 6877f7ad4..ac6f5124e 100644 --- a/packages/twenty-front/src/pages/settings/workspace/SettingsCustomDomainRecords.tsx +++ b/packages/twenty-front/src/pages/settings/workspace/SettingsCustomDomainRecords.tsx @@ -18,7 +18,7 @@ const StyledTable = styled(Table)` const StyledTableCell = styled(TableCell)` overflow: hidden; - + display: block; padding: 0 ${({ theme }) => theme.spacing(3)} 0 0; &:first-child {