We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4a92f commit 2f5fc55Copy full SHA for 2f5fc55
1 file changed
adminforth/spa/src/components/ThreeDotsMenu.vue
@@ -18,7 +18,7 @@
18
'hidden': !showDropdown,
19
'left-0 md:left-auto': checkboxes && checkboxes.length > 0
20
}"
21
- class="absolute z-30 mt-3 bg-lightThreeDotsMenuBodyBackground divide-y divide-gray-100 rounded-lg shadow w-auto max-w-64 dark:bg-darkThreeDotsMenuBodyBackground dark:divide-gray-600 right-0">
+ class="absolute z-30 mt-3 bg-lightThreeDotsMenuBodyBackground divide-y divide-gray-100 rounded-lg shadow w-max max-w-64 dark:bg-darkThreeDotsMenuBodyBackground dark:divide-gray-600 right-0">
22
<ul class="py-2 text-sm text-lightThreeDotsMenuBodyText dark:text-darkThreeDotsMenuBodyText" aria-labelledby="dropdownMenuIconButton">
23
<li v-for="(item, i) in threeDotsDropdownItems" :key="`dropdown-item-${i}`">
24
<div
0 commit comments