css grid no stretch

87

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

Comments

Submit
0 Comments