Equal height rows in flex-direction: column
问题 I have a flex layout with two flex items, displayed as rows ( flex-direction: column ). The items should have a minimum height but they should maintain the same height it one of them needs to grow. See this fiddle and decrease the width of the result pane; this forces the second .component element to increase its height, but the height of the first .component element remains the same. Is it possible to force the flex items to maintain the same height? Please note that the main thing in this