Form/PaymentsTable: 5 columns for TablesGroup

This commit is contained in:
Chika 2022-07-06 21:17:27 +03:00
parent b3a5680265
commit 105c7fd996

View File

@ -22,9 +22,10 @@ const TablesGroupGrid = styled(Box)`
display: flex;
flex-direction: column;
gap: 10px;
${min('laptop')} {
${min('tablet')} {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(5, 1fr);
}
`;