diff --git a/TESTING-INSTRUCTIONS.md b/TESTING-INSTRUCTIONS.md index 911279ca9d4..aceadb4cfff 100644 --- a/TESTING-INSTRUCTIONS.md +++ b/TESTING-INSTRUCTIONS.md @@ -2,6 +2,11 @@ ## Unreleased +### Fix hidden menu title on smaller screens #6562 + +1. Enable the new navigation. +2. Shorten your viewport height so that the secondary menu overlaps the main. +3. Make sure the menu title can still be seen. ### Use wc filter to get status tabs for tools category #6525 1. Register a new tab via the filter. diff --git a/client/navigation/style.scss b/client/navigation/style.scss index 7bcd447225d..2f61a01c3ce 100644 --- a/client/navigation/style.scss +++ b/client/navigation/style.scss @@ -17,6 +17,10 @@ .components-navigation { box-sizing: border-box; } + + .components-navigation__menu-title { + overflow: visible; + } } .woocommerce-navigation__wrapper { diff --git a/readme.txt b/readme.txt index bb323f55975..96174c609ab 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt == Unreleased == +- Fix: Fix hidden menu title on smaller screens #6562 - Dev: Add nav intro modal tests #6518 - Dev: Use wc filter to get status tabs for tools category #6525 - Tweak: Remove mobile activity panel toggle #6539