Fix: Increase Fields column width (#3519)

#3516 Increase Fields column width
This commit is contained in:
Jeet Desai 2024-01-17 21:33:03 +05:30 committed by GitHub
parent e812878bc3
commit 409f2b7651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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