From 2db3fc1f7f3054fbf94fb5ba60acfe5d3dd02529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20Kuhn?= Date: Thu, 11 Dec 2025 17:51:05 +0100 Subject: [PATCH] set height of console output --- html/imapsync_form.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/html/imapsync_form.css b/html/imapsync_form.css index 86c0822..48cf77c 100644 --- a/html/imapsync_form.css +++ b/html/imapsync_form.css @@ -34,8 +34,6 @@ margin: 0 0 0px ; } - -.padd0 { - padding-left: 0px ; - padding-right: 0px ; +#console, #output { + max-height: 25vh; } \ No newline at end of file