2

I have a box (div.rack) in my application with icons.

enter image description here

Here's the rack style :

.rack {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

(the rack has a fixed height)

This is driving me nuts but why are the wrapped icons not all at the top?

vdegenne
  • 12,272
  • 14
  • 80
  • 106

0 Answers0