From 04a616f87d43f85e7cd1347565476a770446f158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 26 Jul 2021 15:38:21 +0100 Subject: [PATCH] Add margin to individual response list - prevents response title to be mixed up with first question --- 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 1354cacca..60da1daff 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -548,6 +548,7 @@ .cp-form-individual { background: @cp_form-bg1; padding: 10px; + margin-bottom: 20px; & > *:not(:last-child) { margin-right: 10px; }