mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-03 17:53:58 +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;
|
||||
margin-bottom: ${({ theme, areRecordsAvailable }) =>
|
||||
areRecordsAvailable && theme.spacing(2)};
|
||||
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
`;
|
||||
|
||||
const StyledTitle = styled.div`
|
||||
|
Loading…
Reference in New Issue
Block a user