mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-05 10:54:15 +03:00
More fixes (#8931)
Fixes https://github.com/twentyhq/twenty/issues/8888
This commit is contained in:
parent
2524d64687
commit
1749793bc1
@ -11,6 +11,8 @@ const StyledHeader = styled.header<{
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
margin-bottom: ${({ theme, areRecordsAvailable }) =>
|
margin-bottom: ${({ theme, areRecordsAvailable }) =>
|
||||||
areRecordsAvailable && theme.spacing(2)};
|
areRecordsAvailable && theme.spacing(2)};
|
||||||
|
|
||||||
|
gap: ${({ theme }) => theme.spacing(1)};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledTitle = styled.div`
|
const StyledTitle = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user