From 8752f1dfcdba0f53ce56a43e22e3b1dc6617f8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Mon, 19 Dec 2022 20:55:09 +0100 Subject: [PATCH] Fix another layout bug in Chrome --- styles/components/_timeline.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/_timeline.scss b/styles/components/_timeline.scss index 15c070f..2887018 100644 --- a/styles/components/_timeline.scss +++ b/styles/components/_timeline.scss @@ -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,