mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-08 01:00:16 +00:00
fix: typo affecting margin
This commit is contained in:
parent
9c69dd083b
commit
446590e5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@
|
||||||
placeholder="Občanství"
|
placeholder="Občanství"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
<span class="w-full mt-8 ml-2 md:m-0">
|
<span class="w-full mt-8 ml-2 md:ml-0">
|
||||||
<TextField
|
<TextField
|
||||||
error={$errors.applicationId}
|
error={$errors.applicationId}
|
||||||
on:change={handleChange}
|
on:change={handleChange}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue