Bring rows closer together

So I have a grid with couple rows
image
image
image
and I wanted the “Descriçao” to be closer the descriii, i inspected element and found no traces of margin or padding, kept scrolling and saw the the dimensions of the row, namely the 51 which I supposed is the height of the row itself so I set the height of the row to like 30px but it’s still the same in the app
image
how can I achieve what I’m looking for?

You could set ion-row's height in your page’s .scss file and apply margins yourself.

thing is, i tried changing the row’s height, it doesn’t work

Strange. Try and add a !important to override any default settings.