From e2bd942a713d9cb15872adf716eb336d953141b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 14 Jun 2021 13:26:11 +0100 Subject: [PATCH] Add spacing under Poll hint --- www/form/app-form.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index 07d7e0087..f68b02be5 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -581,6 +581,9 @@ .cp-form-type-poll-container { overflow: auto; + .cp-form-poll-hint { + margin-bottom: 10px; + } } .cp-form-type-poll { display: inline-flex;