From eaa02bb8b881de76f46e29ddbf351b015642069a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 15 Jun 2021 11:54:28 +0100 Subject: [PATCH] Add spacing to buttons in question editor --- www/form/app-form.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index 24ff46de3..433316448 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -428,6 +428,7 @@ button.btn-secondary { margin-left: 30px; + margin-bottom: 5px; } .cp-form-handle { display: flex;