From 125c3d287e041978714a6b6faaa4838555cda7cb Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Tue, 13 Jan 2026 12:52:27 +0200 Subject: [PATCH] Remove margin for required icon --- 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 3f4841a00..78d723290 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -758,6 +758,9 @@ border-radius: 0 @variables_radius 0 0; background-color: @cp_alerts-danger-bg; color: @cp_alerts-danger-text; + svg.lucide { + margin: 0; + } } .cp-form-poll-required-info { opacity: 0.7;