Skip to content

Commit eca16ff

Browse files
committed
Combobox - add a bit of horizontal padding, based on when they say "no options currently" available
1 parent 5adf122 commit eca16ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/ui/Combobox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ defineExpose({
331331
data-ui-combobox-content
332332
>
333333
<ComboboxViewport>
334-
<ComboboxEmpty class="py-2 text-sm" data-ui-combobox-empty>
334+
<ComboboxEmpty class="p-2 text-sm" data-ui-combobox-empty>
335335
<slot name="no-options" v-bind="{ searchQuery }">
336336
{{ __('No options available.') }}
337337
</slot>

0 commit comments

Comments
 (0)