css prevent grid blowout

55

.foo {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
}

Comments

Submit
0 Comments