Constrain flex image by height works in Firefox but not Brave/Safari (webkit bug?) – CSS
How can I get this height constraint to work on webkit, just like FF (left)? Left, firefox = good Right, brave/safari = bad Code: https://codepen.io/flapusmog/pen/RwYvzvq .f { height:250px; width:250px; border:1px solid red; } .t { font-size:50px; } img { height:100%;…