Merge pull request #825 from Safelite/BRM-fix-spacing-search-field

Update spacing to match Figma.
This commit is contained in:
bmauger 2022-11-17 09:44:43 -05:00 committed by GitHub
commit c1474b1d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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