fix: typo affecting margin

This commit is contained in:
EETagent 2022-11-29 11:29:25 +01:00
parent 9c69dd083b
commit 446590e5b8

View file

@ -242,7 +242,7 @@
placeholder="Občanství"
/>
</span>
<span class="w-full mt-8 ml-2 md:m-0">
<span class="w-full mt-8 ml-2 md:ml-0">
<TextField
error={$errors.applicationId}
on:change={handleChange}