Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj committed Sep 20, 2024
1 parent 5c97728 commit 6be5f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/ComboBox/ComboBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
Expand All @@ -47,7 +47,7 @@
@focus="areOptionsOpen = true"
/>
<button
class="tw-flex tw-items-center tw-justify-center tw-bg-transparent tw-border-none tw-p-2 tw-rounded-md"
class="tw-flex tw-items-center tw-justify-center tw-bg-transparent tw-border-none tw-p-2 tw-mr-2 tw-rounded-md"
@click="areOptionsOpen = !areOptionsOpen"
>
<ChevronDownIcon
Expand Down

0 comments on commit 6be5f11

Please sign in to comment.