Web: Components: fixed table-header styles

This commit is contained in:
Nikita Gopienko 2021-10-14 12:23:08 +03:00
parent 3603b9d899
commit fc6d285c62

View File

@ -120,6 +120,8 @@ const StyledTableGroupMenu = styled.div`
const StyledTableHeader = styled.div`
display: grid;
margin: 0 -24px;
padding: 0 24px;
${HeaderStyles}