Fix another layout bug in Chrome

This commit is contained in:
Yannik Rödel 2022-12-19 20:55:09 +01:00
parent 92ff535e00
commit 8752f1dfcd

View file

@ -201,7 +201,7 @@
&.horizontal {
grid-template-columns: var(--a1, 33.3%) var(--b1, 33.3%) minmax(0, 1fr);
grid-template-rows: auto;
grid-template-rows: minmax(0, 1fr);
> img:nth-of-type(1),
> div:nth-of-type(1) > img,