Skip to content

Commit

Permalink
Display: Fix menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Apr 22, 2024
1 parent 52aa620 commit 37b2df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/scss/organisms/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@apply bg-white px-0 py-2 border border-gray-25 rounded-sm w-52;

.p-menuitem-link {
@apply p-3 duration-150 select-none;
@apply p-3 duration-150 select-none flex cursor-pointer;

.p-menuitem-text {
@apply text-body-2;
Expand Down

0 comments on commit 37b2df6

Please sign in to comment.