Open
Description
Hello there,
How to create a checkboarder with a fixed container height (without scroll). How to make rows working exactly like column ?
Example:
column : 3
row : 2
with 6 items
Column : 3
row : 2
with 3 items
colum : 3
row : 3
with 3 items
colum : 3
row : 3
with 2 items
Actually it's working well for column. If I set column = 3 and I've only 2 item, the size of items are correct. There is an empty space for the 3th item. But we don't have the same behavior for rows...
Container width and height always the same : 800x600