Fix: Increase Fields column width (#3519)
#3516 Increase Fields column width
This commit is contained in:
@ -23,7 +23,7 @@ const StyledInnerContainer = styled.div`
|
|||||||
padding: ${({ theme }) => theme.spacing(3)};
|
padding: ${({ theme }) => theme.spacing(3)};
|
||||||
padding-right: ${({ theme }) => theme.spacing(2)};
|
padding-right: ${({ theme }) => theme.spacing(2)};
|
||||||
width: ${({ theme }) =>
|
width: ${({ theme }) =>
|
||||||
useIsMobile() ? `calc(100% - ${theme.spacing(5)})` : '320px'};
|
useIsMobile() ? `calc(100% - ${theme.spacing(5)})` : '348px'};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledIntermediateContainer = styled.div`
|
const StyledIntermediateContainer = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user