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 {