fuma 2.0.43 → 2.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
<div class="contents" slot="activator">
|
|
108
108
|
<FormControl {key} {label} {error} class={klass}>
|
|
109
109
|
{#snippet children({ key })}
|
|
110
|
-
<label class="input" class:hidden={item}>
|
|
110
|
+
<label class="input w-full" class:hidden={item}>
|
|
111
111
|
<svelte:component this={Icon} class="h-5 w-5 shrink-0 opacity-70" />
|
|
112
112
|
<input
|
|
113
113
|
type="text"
|