From 7ee9f8b395b6489a335125f74a4c072fa25ec1f2 Mon Sep 17 00:00:00 2001 From: Romelianism Date: Sun, 15 Dec 2024 17:16:45 +0800 Subject: [PATCH] fix output box growing too big --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 6170219..60eb604 100644 --- a/index.html +++ b/index.html @@ -116,6 +116,7 @@ white-space: pre-wrap; color: var(--text-color); overflow-y: auto; + max-height: 400px; /* Set a maximum height for the output box */ box-sizing: border-box; }