prevent flex box width from overflowing in css

81

div {
  min-width: 0;
}

Comments

Submit
0 Comments