Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Fix hidden menu title on smaller screens #6562

Merged
merged 2 commits into from
Mar 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions TESTING-INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions client/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
.components-navigation {
box-sizing: border-box;
}

.components-navigation__menu-title {
overflow: visible;
}
}

.woocommerce-navigation__wrapper {
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down