diff --git a/frontend/src/lib/components/select/SelectField.svelte b/frontend/src/lib/components/select/SelectField.svelte index c3926d6..af6a2b5 100644 --- a/frontend/src/lib/components/select/SelectField.svelte +++ b/frontend/src/lib/components/select/SelectField.svelte @@ -39,7 +39,6 @@ select { @apply hover:border-sspsBlue w-full rounded-lg border border-2 bg-[#f8fafb] p-3 text-xl shadow-lg outline-none transition-colors duration-300; @apply min-w-40; - text-align-last: center; } option { @apply w-full; diff --git a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte index bfadeb2..4d9c80e 100644 --- a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte +++ b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte @@ -403,12 +403,12 @@

- @@ -416,13 +416,21 @@
- + {#if $form.candidate.citizenship === 'Česká republika' || !$form.candidate.citizenship} + + {:else} + + {/if}