Fix issues with min-widths in grid children

This commit is contained in:
Andrew Kingston 2024-07-30 13:53:11 +01:00
parent 7d4acc936b
commit 0d6e7bd5d3
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
height: auto;
max-height: 100%;
max-width: 100%;
min-width: 0;
/* On desktop, use desktop metadata and fall back to mobile */
--col-start: var(--grid-desktop-col-start, var(--grid-mobile-col-start, 1));