From 3c0a07591dec523151db79d44872d81aa9fa743d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zi=C4=99cina?= Date: Thu, 1 Feb 2024 16:59:08 +0100 Subject: [PATCH] fix: align multiselect questions with design (#3842) --- shared-helpers/src/views/multiselectQuestions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared-helpers/src/views/multiselectQuestions.tsx b/shared-helpers/src/views/multiselectQuestions.tsx index 43234ba2aa..3d9c822430 100644 --- a/shared-helpers/src/views/multiselectQuestions.tsx +++ b/shared-helpers/src/views/multiselectQuestions.tsx @@ -221,8 +221,8 @@ export const getCheckboxOption = ( ) => { const optionFieldName = fieldName(question.text, applicationSection, option.text) return ( -
-
+
+
{getCheckboxField( option, question, @@ -237,7 +237,7 @@ export const getCheckboxOption = ( )}
{option.description && ( -
+

{option.description}