Form/PaymentsTable: 5 columns for TablesGroup
This commit is contained in:
parent
b3a5680265
commit
105c7fd996
@ -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);
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user