In a sequence of sibling divs, can you set the height to the highest value?
问题 So you have a set of inline divs. Their width is hard coded but the content inside can be changed meaning the height of the divs are different. Is there any way to enure that all divs remain the same height, without having the danger of content spilling out its parent div? I've tried inheriting min-height but it seems that this is not dynamic. So if the parent div has a min-height set to 320px and the sibling divs are inheriting this value, if any sibling were to become higher than 320