From 415929857409c9e8474959b74fa0944edff1abd5 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 29 Oct 2024 00:39:02 +0700 Subject: [PATCH] allow propertyrow to grow higher than 1.5cm --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a696ae6..9590287 100644 --- a/style.css +++ b/style.css @@ -193,7 +193,7 @@ h1 {margin-top: 3vh;} .propertyrow { display: grid; align-items: center; - height: 1.5cm; + min-height: 1.5cm; } .propertyrow-property {