Skip to content

Commit

Permalink
fix(autocomplete): label float multiple margin
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 28, 2023
1 parent a1f4e45 commit 1b15e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/components/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,10 @@ export default plugin.withOptions(
[`@apply placeholder:text-transparent dark:placeholder:text-transparent`]:
{},
},
[`.${prefix}autocomplete-multiple .${prefix}autocomplete-multiple-list`]:
{
[`@apply mb-6`]: {},
},
},
[`&.${prefix}autocomplete-error`]: {
[`.${prefix}autocomplete-input`]: {
Expand Down

0 comments on commit 1b15e80

Please sign in to comment.