fuma 2.0.13 → 2.0.14
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.
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
{#if noSlotItemWrapper}
|
|
114
114
|
{@render slotItem(item)}
|
|
115
115
|
{:else}
|
|
116
|
-
<div class="input h-auto min-h-10 grow items-start pt-2 pr-2">
|
|
116
|
+
<div class="input h-auto min-h-10 w-full grow items-start pt-2 pr-2">
|
|
117
117
|
<div class="grow">
|
|
118
118
|
{@render slotItem(item)}
|
|
119
119
|
</div>
|