Grid bloc - odd behaviour

I’ve been using a Grid for the first time, but have a question, and a problem. The problem is that the [+] button for adding rows is appearing right at the bottom of the Blocs window, as shown in this screen grab.

The question is how do I get the row height to be just bigger than the text in the cells, so that the grid doesn’t take up height because there is wasted space. I’m hoping there is a grid row height class possible?

Website isn’t yet approved by the customer, hence the blurring of details.

Have you tried adding a class and then using the Grid section in the class to change the sizes ? and add rows/columns.

I couldn’t find anything that changed row height, it appears to be coded in ‘row’ as auto auto auto etc., which comes from the blue handle.

I can achieve no gap with the text in a cell by adding a class with bottom margin 0, but I have to manually add that class to the text in every cell. Very time comsuming - is there a quick way of doing that?

as @AdamNotEve said:
create a class, in my case I called it “logo-grid”
and then u can do whatever u want to fit your expectations

here the result on preview

1 Like

I’m not sure that does it. If you put a value in ‘row’ only the first row is affected. The lower figure is gap - the spacing between rows.

Anyway, I think what I need is to make the bottom margin of the content in the grid cells 0 There doesn’t seem to be any quick way of doing this.

you need to tell how many rows there is
also the class is on the grid right?

The number of rows will change.

I have a grid-style class applied to the grid, but it does not change individual cells/rows