More fixes (#8931)

Fixes https://github.com/twentyhq/twenty/issues/8888
This commit is contained in:
Lucas Bordeau 2024-12-07 16:49:53 +01:00 committed by GitHub
parent 2524d64687
commit 1749793bc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`