Skip to content

Commit

Permalink
fix(preset): replace avatar wrapper with inline-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 8, 2022
1 parent 57d477f commit 45cf898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/presets/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ const alertDialog = {
}

const dropdown = {
wrapper: 'relative inline-block text-left',
wrapper: 'relative inline-flex text-left',
container: 'w-48 z-20',
base: 'u-bg-white divide-y u-divide-gray-100 rounded-md ring-1 ring-black ring-opacity-5',
item: {
Expand Down

1 comment on commit 45cf898

@vercel
Copy link

@vercel vercel bot commented on 45cf898 Feb 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.