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()}
/>
</span>
<span class="field ml-2">
<span class="field">
<TelephoneField
bind:error={$typedErrors['candidate']['telephone']}
bind:value={$form.candidate.telephone}