diff --git a/resources/js/components/ComboBox/ComboBox.vue b/resources/js/components/ComboBox/ComboBox.vue index 7e67580d..200784cb 100644 --- a/resources/js/components/ComboBox/ComboBox.vue +++ b/resources/js/components/ComboBox/ComboBox.vue @@ -37,7 +37,7 @@ :id="`combobox-${label}__input`" ref="comboboxInputRef" v-model="query" - class="tw-border-none tw-bg-transparent tw-block tw-w-full tw-py-3 tw-px-4 tw-text-neutral-900 focus:tw-outline-none" + class="tw-border-none tw-bg-transparent tw-block tw-w-full tw-py-3 tw-pl-4 tw-text-neutral-900 focus:tw-outline-none tw-text-sm flex-1" :placeholder="placeholder" role="combobox" :aria-controls="`combobox-${label}__options`" @@ -47,7 +47,7 @@ @focus="areOptionsOpen = true" />