From 4ec3cfb1b936319a8a73d1b4384f254c9799e83e Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 16 Nov 2022 19:58:48 -0500 Subject: [PATCH] Move text align to label from input. --- src/common-components/textbox-question/textbox-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 05d17dcd4..8d08243b7 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -4,6 +4,7 @@ :for="inputId" :aria-label="questionText" class="form-label" + :class="[questionAlignment === 'center' ? 'text-center w-100' : '']" v-html="labelText">