let assume ``` grid-template-columns: repeat(auto-fill, 11em); grid-auto-rows: 10em; ``` And for one item (the first one) I want it auto span for the next row if its content overflows 10em; how it can be possible?
let assume
And for one item (the first one) I want it auto span for the next row if its content overflows 10em;
how it can be possible?