diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 0f070757c..e1299bca0 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -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; }