From 81b89a7ddf6b67a593867dfcb0a1116aa552ee40 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Wed, 26 Mar 2025 10:00:28 -0700 Subject: [PATCH] fix: Set the grid row height to fit content instead of auto --- assets/css/v2/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 787ad01..fed8477 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -255,6 +255,7 @@ nav { grid-column: 1 / -1; display: grid; grid-template-columns: var(--text-content-width-iphone-13) 1fr; + grid-auto-rows: max-content; } .text-content > :not(.wide) {