diff --git a/apps/zitare/apps/web/src/routes/(app)/lists/+page.svelte b/apps/zitare/apps/web/src/routes/(app)/lists/+page.svelte index 4e71f1245..313f539a1 100644 --- a/apps/zitare/apps/web/src/routes/(app)/lists/+page.svelte +++ b/apps/zitare/apps/web/src/routes/(app)/lists/+page.svelte @@ -286,6 +286,7 @@ type="text" bind:value={newListName} placeholder={$_('lists.createModal.namePlaceholder')} + maxlength="50" class="w-full p-3 rounded-lg bg-surface border border-border text-foreground focus:outline-none focus:border-primary" /> @@ -296,6 +297,7 @@