text input: default to full width
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user