From 2429ee9fd97c2d22ce0cd9a289254804736f8b2f Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 2 Nov 2023 14:50:34 +0100 Subject: [PATCH] adjusted table size --- assets/css/general.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index 732c23c38..672c0d6a6 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -572,7 +572,8 @@ input:invalid { } .sfletable.table tbody { + width: 95%; overflow-y: scroll; - max-height: 380px; + max-height: 410px; position: absolute; }