mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-06 16:20:08 +00:00
fix: ml fixes on md sizes
This commit is contained in:
parent
446590e5b8
commit
9aa2a5aa67
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@
|
||||||
bind:value={$form.personalId}
|
bind:value={$form.personalId}
|
||||||
placeholder="Rodné číslo"
|
placeholder="Rodné číslo"
|
||||||
/>
|
/>
|
||||||
<span class="ml-2 md:ml-0">
|
<span class="ml-2">
|
||||||
<TextField
|
<TextField
|
||||||
error={$errors.study}
|
error={$errors.study}
|
||||||
on:change={handleChange}
|
on:change={handleChange}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue