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);
</script>
<div class={classValue}>
<div class={['w-full', classValue]}>
{#if label}
<Label for={id}>{label}</Label>
{/if}