Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(top-navigation): prevent wrap #11631

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Aug 14, 2024

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

image

After

image

How did you test this change?

Ran yarn dev and opened http://localhost:3000/fr/ locally.

@caugner caugner requested a review from a team as a code owner August 14, 2024 09:20
@caugner caugner changed the title fix(top-navigation): avoid wrap fix(top-navigation): prevent wrap Aug 14, 2024
@github-actions github-actions bot added the idle label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant