Hi, I’m using ion-grid to show a list of items. In each row, the left cell is photo of this item and the cell on the right contains the description.
If the description is long, the height of the row will be adjusted automatically. However, if the description is short, then there will be a blank at the bottom of the photo.
area 1 is the photo, which is fixed size with 100px width and height, 8px margin. area 2 is the description text. If only short sentence in area 2, then the total height of the col-row is 120px, which is greater than the minimum height.
I would like to know is there any solution to change the min-height to make it looks better? Thanks in advance.