From 203f95eed5c59d494a8ed0fc6e3ec580402dea16 Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Sun, 12 Jan 2025 13:50:56 -0800 Subject: [PATCH] fix: CSS layout fix that caused overlapped text --- ui/src/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style.less b/ui/src/style.less index a2c336c..a5e02d3 100644 --- a/ui/src/style.less +++ b/ui/src/style.less @@ -189,7 +189,7 @@ max-height: inherit; display: grid; - grid-template-rows: 1.5em 6em 1fr; + grid-template-rows: 0 7em 1fr; .log { overflow-y: scroll;