From a61c83174870a2de1b079e452ef6b3f55ebfe04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 7 Sep 2021 11:03:24 +0100 Subject: [PATCH] Fix margin at the bottom of Required alert --- 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 31b6a12ed..d57ee1a22 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -360,6 +360,7 @@ color: @cp_form-invalid; ul { list-style-type: disclosure-closed; + margin-bottom: 5px; } li { text-align: left;