diff --git a/packages/lib-classifier/src/plugins/tasks/survey/components/components/Choice/Choice.js b/packages/lib-classifier/src/plugins/tasks/survey/components/components/Choice/Choice.js index 18714d7ae1..680fee03ce 100644 --- a/packages/lib-classifier/src/plugins/tasks/survey/components/components/Choice/Choice.js +++ b/packages/lib-classifier/src/plugins/tasks/survey/components/components/Choice/Choice.js @@ -114,6 +114,7 @@ function Choice({ direction='row' fill='horizontal' justify='between' + margin={{ bottom: '30px' }} > - - {strings.get(`choices.${choiceId}.description`)} - - {choice.confusionsOrder?.length > 0 && ( - - )} + + + {strings.get(`choices.${choiceId}.description`)} + + {choice.confusionsOrder?.length > 0 && ( + + )} + {questionIds.length > 0 && (