Display Flex And Auto Height (100%) Inside May 30, 2024 Post a Comment I'm trying to do flex grid but I want to make like any column have same height. It work perfect for IE and Firefox, but in Chrome and Opera not. http://jsfiddle.net/micchaleq/Nz6fSolution 1: Set your list items todisplay: flex;#testli{ display: flex; height: auto; border: 1px solid orange; font-size: 30px; padding: 50px; } CopyAnd remove the height from the .blue, red and green selectors.blue { background: blue; } .red { background: red; } .green { background: green; } CopyExample here:http://jsfiddle.net/m4e3f/ Share Post a Comment for "Display Flex And Auto Height (100%) Inside"
Post a Comment for "Display Flex And Auto Height (100%) Inside"