mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 11:03:40 +03:00
Fix: Increase Fields column width (#3519)
#3516 Increase Fields column width
This commit is contained in:
parent
e812878bc3
commit
409f2b7651
@ -23,7 +23,7 @@ const StyledInnerContainer = styled.div`
|
||||
padding: ${({ theme }) => theme.spacing(3)};
|
||||
padding-right: ${({ theme }) => theme.spacing(2)};
|
||||
width: ${({ theme }) =>
|
||||
useIsMobile() ? `calc(100% - ${theme.spacing(5)})` : '320px'};
|
||||
useIsMobile() ? `calc(100% - ${theme.spacing(5)})` : '348px'};
|
||||
`;
|
||||
|
||||
const StyledIntermediateContainer = styled.div`
|
||||
|
Loading…
Reference in New Issue
Block a user