From 2d961c76d6089c3961df8e5249c773142c759f4d Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Mon, 17 Jan 2022 15:33:47 +0100 Subject: [PATCH] fix(question): vertical margin between condition mode and list of conditions --- inc/condition.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/condition.class.php b/inc/condition.class.php index 809b57fc9..96fee7bad 100644 --- a/inc/condition.class.php +++ b/inc/condition.class.php @@ -277,6 +277,7 @@ public function showConditionsForItem(PluginFormcreatorConditionnableInterface $ 'on_change' => 'plugin_formcreator_toggleCondition(this);', ] ); + echo "
 
"; echo ''; echo ''; echo '';