Skip to content

Commit

Permalink
fix menu user section dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-egger committed Jul 12, 2023
1 parent d24ed6b commit de87dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databrowser/src/components/menu/MenuCustomItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
leave-to-class="transform scale-95 opacity-0"
>
<MenuItems
class="absolute right-0 z-40 mt-2 w-56 origin-top-right divide-y divide-gray-100 rounded bg-white shadow-md ring-1 ring-gray-400 focus:outline-none"
class="absolute max-lg:start-0 z-40 mt-2 w-56 origin-top-right divide-y divide-gray-100 rounded bg-white shadow-md ring-1 ring-gray-400 focus:outline-none lg:end-0"

Check failure on line 17 in databrowser/src/components/menu/MenuCustomItems.vue

View workflow job for this annotation

GitHub Actions / test

Invalid Tailwind CSS classnames order
>
<slot></slot>
</MenuItems>
Expand Down

0 comments on commit de87dc5

Please sign in to comment.