From 1fd8be1059f67faa700e0655b18416bbe93256cf Mon Sep 17 00:00:00 2001 From: daria Date: Tue, 1 Oct 2024 13:26:40 +0300 Subject: [PATCH] add padding for radio and checkbox buttons inside the choice/checkbox questions --- 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 00fdfafb2..345eaffd9 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -980,6 +980,7 @@ .cp-radio, .cp-checkmark { display: inline-flex; max-width: 100%; + padding: 5px 0; } .cp-checkmark-label { word-break: break-word;