From 16bcdb0db1aeebcbec55a610a83917de7be858a6 Mon Sep 17 00:00:00 2001 From: David Benque Date: Thu, 5 Dec 2024 15:09:58 +0000 Subject: [PATCH] Add spacing to radio in forms settings --- 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 a0d95a7ed..2042999ce 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -1319,6 +1319,9 @@ } } } + .cp-radio { + margin: 0.2rem 0; + } .cp-form-status { margin-bottom: 0.2rem; }