Skip to content

Commit

Permalink
fix: autocomplete styling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstorey committed Sep 12, 2024
1 parent 30bf8f5 commit 8e35cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AutoComplete/AutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
>
<Combobox
as="div"
class="concrete__autocomplete h-full"
class="concrete__autocomplete"
v-model="displayValue"
:disabled="disabled"
v-slot="{ open }"
>
<div :class="['h-full relative', disabledClass]">
<div class="inline-flex w-full h-full cursor-default text-left" :class="inputColorClass">
<div class="inline-flex w-full cursor-default text-left" :class="inputColorClass">
<CInputAffix v-if="prefix" type="prefix" v-html="prefix" />
<slot name="prefix" class="z-10" />
<ComboboxInput
Expand Down

0 comments on commit 8e35cd7

Please sign in to comment.