class added to textbox-question for field errors - to match spacing on mocks

This commit is contained in:
Kroell 2023-01-13 15:46:16 -05:00
parent 6d3034e5e5
commit 144fdaf8a4

View file

@ -44,7 +44,7 @@
<button v-if="includeSelectIcon" type="submit" data-bs-toggle="modal"
:data-bs-target="'#' + this.cmsWidgetName" aria-label="Select button" />
</div>
<div v-show="errorMessage" class="row my-2 form-test-error">
<div v-show="errorMessage" class="row my-2 form-test-error mb-0">
<span class="d-inline-flex mt-0" role="alert">{{ errorMessage }}</span>
</div>
</div>