style(next): fix alignment of items with submenus

This commit is contained in:
Elian Doran 2024-12-28 11:46:57 +02:00
parent 59ba3bf2a6
commit 192afff139
No known key found for this signature in database

View File

@ -925,7 +925,8 @@ body.desktop .dropdown-submenu .dropdown-menu {
background: transparent;
}
.dropdown-item {
.dropdown-item,
body.mobile .dropdown-submenu .dropdown-toggle {
padding: 2px 16px 2px 8px !important;
/* Note: the right padding should also accommodate the submenu arrow. */
border-radius: 6px;