fix: remove unused margin left

This commit is contained in:
EETagent 2023-02-10 12:55:59 +01:00
parent 115866d0fd
commit b5369061db

View file

@ -546,7 +546,7 @@
placeholder={$LL.input.nameSurname()} placeholder={$LL.input.nameSurname()}
/> />
</span> </span>
<span class="field ml-2"> <span class="field">
<TelephoneField <TelephoneField
bind:error={$typedErrors['candidate']['telephone']} bind:error={$typedErrors['candidate']['telephone']}
bind:value={$form.candidate.telephone} bind:value={$form.candidate.telephone}