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,