Skip to content

Commit 127ff62

Browse files
committed
Fix margin-bottom style in DropdownMenu component
1 parent 0803734 commit 127ff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Components/DropdownMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ onBeforeUnmount(() => {
6262
}
6363
6464
.dropdown-content > *:not(:last-child) {
65-
margin-bottom: 0.2rem; /* Adjust the margin as needed */
65+
margin-bottom: 0.2rem;
6666
}
6767
</style>

0 commit comments

Comments
 (0)