Update spacing to match Figma.

This commit is contained in:
Bryan Mauger 2022-11-17 08:05:31 -05:00
parent 4fb223698b
commit 1f73c1fe1c

View file

@ -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"></label>
<div class="input-wrapper" :class="[includeSearchIcon ? 'has-search-icon' : '']">
<input