From f5a02278e9a06cdd0f6ed87ef8a0ab2b498af588 Mon Sep 17 00:00:00 2001 From: David Benque Date: Wed, 12 Mar 2025 17:09:26 +0000 Subject: [PATCH] Fix small gap above question type label --- www/form/app-form.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 35801c18c..46509e96c 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -400,7 +400,7 @@ justify-content: space-between; max-width: fit-content; margin-inline: auto; - padding: 6px; + padding: 5px; margin-top: -35px; border-radius: 0px @variables_radius 0px 0px; display: flex !important;