When you create a section. Automatically a button will use 1/2 the width of the section. In other words you can fit 2 of them using the default card layout.
As seen here:
What I want is to be able to better controll the card so it takes 1/3 of the space. So it looks like this:
When you edit the card layout you are presented with a 4 column option. So you can select the desired width. (1/4 2/4 3/4 4/4)
I would wish for an option to control the number of max columns desired. So in my case I would select a width of 1 slot and a max solts of 3 (instead of the default 4).
My solution was actually adding a grid inside the section and then add the buttons to the grid, but doing it like this I completely lose the drag and drop and al the niceties of the new sections.
The other solution would be to make the grid layout “drag and dropable” meaning to be able to move the contained items in and out of the grid.