From 752fbafac3f8b369c3d30a4ff08b931eb1e714d7 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:46:01 +0300 Subject: [PATCH] add margin to radio buttons --- customize.dist/src/less2/include/checkmark.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/checkmark.less b/customize.dist/src/less2/include/checkmark.less index e5839658c..5b14df01b 100644 --- a/customize.dist/src/less2/include/checkmark.less +++ b/customize.dist/src/less2/include/checkmark.less @@ -135,9 +135,11 @@ } } - - .cp-radio { + .dialog .cp-radio { margin: 0.2rem 0; + } + .cp-radio { + margin: 0; display: flex; align-items: center; position: relative;