From 6fe7019fb33fc684932397e7d01f7b61e4f7bc6a Mon Sep 17 00:00:00 2001 From: nxshock Date: Thu, 27 Oct 2022 13:35:02 +0500 Subject: [PATCH] Limit size of pre blocks --- webui/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webui/style.css b/webui/style.css index 4107a9f..2f9f7d9 100644 --- a/webui/style.css +++ b/webui/style.css @@ -119,6 +119,9 @@ form { pre { font-family: "Consolas"; + max-height: 16em; + max-width: 80em; + overflow: auto; } .no-padding {