We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cebfa commit e1f53c1Copy full SHA for e1f53c1
1 file changed
resources/js/form/components/fields/Autocomplete.vue
@@ -198,13 +198,13 @@
198
class="group/item"
199
:value="item[props.field.itemIdAttribute]"
200
>
201
- <div class="size-4">
+ <div class="shrink-0 size-4">
202
<ComboboxItemIndicator as-child>
203
<Check class="size-4" />
204
</ComboboxItemIndicator>
205
</div>
206
207
- <div v-html="item._html"></div>
+ <div class="flex-1 min-w-0" v-html="item._html"></div>
208
</CommandItem>
209
</template>
210
</CommandGroup>
0 commit comments