diff --git a/src/routes/(app)/survey/new/+page.svelte b/src/routes/(app)/survey/new/+page.svelte index cb8012c..765ce04 100644 --- a/src/routes/(app)/survey/new/+page.svelte +++ b/src/routes/(app)/survey/new/+page.svelte @@ -11,9 +11,15 @@
- + - @@ -24,7 +30,7 @@ type="email" name="participants" id="participants" - class="justify-self-start" + class="min-w-80 justify-self-start" value={data?.participants?.[idx]?.email} /> {/each} @@ -36,14 +42,14 @@

Skills

{#each Array(skills) as _, idx} -
-
- - +
+
+ +
-
- -