@optimiced @nathansmith It’s flex-basis and min-width working together for the effect, with flex-grow to round it all out.

flex-grow tells them they’re allowed to grow to fill available space, flex-basis sets the size of the content box, and min-width describes how small it can get.

  • 0
  • 2