You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="In a multi-line flex container, flex items should not be stretched (in the cross axis) until after wrapping has been performed.">
<meta charset="utf-8">
<style>
div.container {
display: flex;
flex-flow: column wrap;
width: 100px;
height: 20px;
border: 2px solid black;
}
div.item {
/* Tall enough to force wrapping (since parent height is 20px): */