Skip to content

Commit e1f53c1

Browse files
committed
fix autocomplete template
1 parent f3cebfa commit e1f53c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/form/components/fields/Autocomplete.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@
198198
class="group/item"
199199
:value="item[props.field.itemIdAttribute]"
200200
>
201-
<div class="size-4">
201+
<div class="shrink-0 size-4">
202202
<ComboboxItemIndicator as-child>
203203
<Check class="size-4" />
204204
</ComboboxItemIndicator>
205205
</div>
206206

207-
<div v-html="item._html"></div>
207+
<div class="flex-1 min-w-0" v-html="item._html"></div>
208208
</CommandItem>
209209
</template>
210210
</CommandGroup>

0 commit comments

Comments
 (0)