Demo - how to stretch li elements to parent container height, so they fit all in ul with appropriate height? I need smth like that:
li
ul
ul { display: table;} li { display: table-row;}