Fix mobile shell context cascade
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-20 03:35:13 +02:00
parent 5fd0124626
commit d6375632f2
4 changed files with 4 additions and 1 deletions
@@ -26,6 +26,7 @@ def test_mobile_shell_density_contracts_are_defined() -> None:
assert "overflow-x: auto;" in css
assert "scroll-snap-type: x proximity;" in css
assert "white-space: nowrap;" in css
assert ".context-bar,\n .quick-action-grid,\n .workspace-nav-cluster" not in css
def test_small_screen_navigation_keeps_labels_readable() -> None: