Mark Kotsarev

Results 1 comments of Mark Kotsarev

> Very simple workaround - https://codepen.io/arsentver/pen/eywEzK?editors=1100 > .flex-container{ > min-height:100px; > display:flex; > align-items:center; > } > .flex-container:after{ > content:''; > min-height:inherit; > font-size:0; > } Awesome solution! 🤩👍 I...