From 34338a795f04e53d52e0fcb1f5741f7c548cd93c Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 20 Sep 2025 03:17:12 +0300 Subject: [PATCH] style/menus: document a style --- apps/client/src/stylesheets/style.css | 2 ++ 1 file changed, 2 insertions(+) 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; }