0

When flexwrap is set to wrap, I want to automatically set the width of the wrap!

enter image description here By setting the flexwrap to wrap, the item is automatically pushed out, but the width of the wrapping wrap is not automatically adjusted...

enter image description here What I want is to automatically grow like above.

help me !! https://codepen.io/laonjay/pen/YzRoZvZ

.flex-box {
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 270px;
}
Jin
  • 1

0 Answers0