fix: padding of menu links wrapper

pull/6440/head
Konstantinos Kaloutas 2022-08-16 16:53:06 +03:00 committed by Andelf
parent bc21daee88
commit 7b155bdd24
1 changed files with 1 additions and 1 deletions

View File

@ -901,7 +901,7 @@ button.menu:focus {
}
.menu-links-wrapper {
@apply py-1 rounded-md shadow-lg overflow-y-auto;
@apply py-2 rounded-md shadow-lg overflow-y-auto;
max-height: calc(100vh - 100px) !important;
background-color: var(--ls-primary-background-color, #fff);