style/menus: document a style

This commit is contained in:
Adorian Doran 2025-09-20 03:17:12 +03:00
parent 012aceb7f2
commit 34338a795f

View File

@ -462,6 +462,8 @@ body #context-menu-container .dropdown-item > span {
border: 1px solid transparent !important;
}
/* This is a workaround for Firefox not supporting break-before / break-after: avoid on columns.
* It usually wraps a menu item followed by a separator / header and another menu item. */
.dropdown-no-break {
break-inside: avoid;
}