Web:Files: fix width table group menu for desktop

This commit is contained in:
Timofey Boyko 2022-03-03 16:46:24 +03:00
parent 61a1a7fbd3
commit a0d2131d1e

View File

@ -43,11 +43,11 @@ const StyledContainer = styled.div`
props.viewAs === "table"
? css`
margin: 0px -20px;
width: calc(100% + 44px);
width: calc(100% + 40px);
`
: css`
margin: 0px -20px;
width: calc(100% + 48px);
width: calc(100% + 40px);
`}
@media ${tablet} {