text input: default to full width

This commit is contained in:
Elijah Duffy
2025-07-03 20:10:08 -07:00
parent 269373dbb5
commit ed434f88ed

View File

@@ -34,7 +34,7 @@
let valid: boolean = $state(true); let valid: boolean = $state(true);
</script> </script>
<div class={classValue}> <div class={['w-full', classValue]}>
{#if label} {#if label}
<Label for={id}>{label}</Label> <Label for={id}>{label}</Label>
{/if} {/if}