style(next): fix the submenu arrows overlapping the keyboard shortcuts

This commit is contained in:
Adorian Doran 2025-03-12 00:57:16 +02:00
parent 3ae48bba00
commit 62b5bbc9ce

View File

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