Hi Team,
I have some team pages and I play around with “Grid”.
Is it possible to have a grid, which trys to produce a block of cells?
E.G.: four cells.
Behaviour now: If I reach a breakpoint the last cell will went into the next line:
[] [] [] []
will be :
[] [] []
[]
What I want:
[] []
[] []
The same, if we have six:
[] [] [] [] [] []
reaching breakpoint change to:
[] [] []
[] [] []
Does this make sense?
Thank you,
Michael

