-
I'm creating a page that is a two-column list of Here is a working example:
As soon as the array of items is increased to 13, layout breaks:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @dremin,
The Grid component caps out at 12 columns. |
Beta Was this translation helpful? Give feedback.
You can try to use CSS Flexbox directly:
Keep in mind variable window sizes. Forcing so many items side-by-side may look fine in a large browser window but begins to degrade at smaller resolutions.