Container not having the same size in layout grid.

0
I’m trying to make square button inside a layout grid but the results is not how I wanted. The container have different size. How can I fix this cause apparently Mendix 8 doesnt have fit to content like Mendix 9. You can refer image below.        
asked
1 answers
0

You can add css

 

display: block;

height: 100%;

answered