From 1f73c1fe1cdb885a0009f20fb415fc3922097ccc Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 17 Nov 2022 08:05:31 -0500 Subject: [PATCH] Update spacing to match Figma. --- 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 8d08243b7..1d8540075 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -4,7 +4,7 @@ :for="inputId" :aria-label="questionText" class="form-label" - :class="[questionAlignment === 'center' ? 'text-center w-100' : '']" + :class="[questionAlignment === 'center' ? 'text-center w-100 mb-5' : '']" v-html="labelText">