Fix issues with min-widths in grid children
This commit is contained in:
parent
7d4acc936b
commit
0d6e7bd5d3
|
@ -66,6 +66,7 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
|
||||||
/* On desktop, use desktop metadata and fall back to mobile */
|
/* On desktop, use desktop metadata and fall back to mobile */
|
||||||
--col-start: var(--grid-desktop-col-start, var(--grid-mobile-col-start, 1));
|
--col-start: var(--grid-desktop-col-start, var(--grid-mobile-col-start, 1));
|
||||||
|
|
Loading…
Reference in New Issue