yari
yari copied to clipboard
fix(top-navigation): prevent wrap
Summary
Problem
The top navigation wraps on desktop widths between 992px and 1009px.
Solution
Prevent wrap on desktop widths >= 992px ($screen-lg).
Note: Instead, it will overflow on the right, but it's still better than wrapping.
Screenshots
Before
After
How did you test this change?
Ran yarn dev and opened http://localhost:3000/fr/ locally.