diff --git a/src/components/Questions/QuestionMultiple.vue b/src/components/Questions/QuestionMultiple.vue index 964b56a..b433942 100644 --- a/src/components/Questions/QuestionMultiple.vue +++ b/src/components/Questions/QuestionMultiple.vue @@ -283,14 +283,16 @@ export default { position: relative; display: inline-flex; align-items: center; - height: 44px; + min-height: 44px; .question__label { flex: 1 1 100%; // Overwrite guest page core styles text-align: left !important; + padding: 11px 0 11px 30px; &::before { - margin: 14px !important; + margin-left: -30px !important; + margin-right: 14px !important; } } } diff --git a/src/views/Submit.vue b/src/views/Submit.vue index d440eb2..a932c43 100644 --- a/src/views/Submit.vue +++ b/src/views/Submit.vue @@ -222,13 +222,6 @@ export default { .question { // Less padding needed as submit view does not have drag handles padding-left: 16px; - // stylelint-disable-next-line selector-pseudo-element-no-unknown - ::v-deep ul.question__content { - // Left-align multiple choice and checkboxes with question text - // Only in submit view - // TODO: use variables - margin-left: -14px; - } } input[type=submit] {