You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been asked by authors a number of times, both during in-person conversations and online. Linked are a couple of these requests and use cases.
Authors want items to automatically span based on content size, rather than needing to make that decision and add a span as grid-column-end or grid-row-end.
Rows: when the content of the item is taller than the available space in a fixed height row, span to the next row line.
Columns: when the content of the item is wider than the width of a fixed size track, span to the next column line.
The linked issues are from my AMA, and contain examples and use cases.