Skip to content

Commit

Permalink
make drop down menu items taller
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 17, 2024
1 parent 200616d commit 9494074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DropDownMenuItem.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="cursor-pointer flex p-2 space-x-2 text-sm text-gray-500 hover:bg-gray-100">
<div class="cursor-pointer flex p-3 space-x-2 text-sm text-gray-500 hover:bg-gray-100">
<slot/>
</div>
</template>
Expand Down

0 comments on commit 9494074

Please sign in to comment.