From b611d247b2af624148076d47e5fde8b1fc84df90 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 13 Dec 2025 09:31:18 -0500 Subject: [PATCH] Fix updater log panel to fixed height --- pikit-web/assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pikit-web/assets/style.css b/pikit-web/assets/style.css index ed8dd44..27d283b 100644 --- a/pikit-web/assets/style.css +++ b/pikit-web/assets/style.css @@ -419,6 +419,7 @@ body { } #releaseModal pre.log-box { max-height: 220px !important; + min-height: 220px; overflow-y: auto; } :root[data-theme="light"] .log-box {