Apex Version: 24.1.3
I have a page region that contains three column regions displayed next to each other.
Each column contains a different (and dynamically changing) number of items.
My requirement is that all column regions must have the same height, so that the bottom borders are aligned, regardless of how many items each column contains.
I have tried using Universal Theme u-flex* utility classes on the parent (“Info”) region and various u-* classes on the child regions, but I have not been able to get all columns to stretch to the same height.
