We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da616b commit 0da20b4Copy full SHA for 0da20b4
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-44 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-48 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