Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix site navigation being somewhat jumbled at certain viewport widths (…
…#6022) **What's the problem this PR addresses?** Site navigation issues with bits of text overlapping each other and becoming unreadable, as well as awkward typography. Screenshot before the fix: <img width="1238" alt="Screenshot 2023-12-14 at 19 50 27" src="https://github.com/yarnpkg/berry/assets/292959/cabee9f9-8a70-4130-a1f5-d22327905e36"> **How did you fix it?** - Allow horizontal scrolling of first top nav group - Avoid awkward linebreaks - Remove faux placeholder from search button that tries to act as a text input Screenshot after the fix (note that the scrollbar is hidden unless scrolling is initiated or OS is set up to “always show” scrollbars): <img width="1237" alt="Screenshot 2023-12-14 at 20 07 08" src="https://github.com/yarnpkg/berry/assets/292959/89958f34-7a22-4327-84ca-1f519ba8b5c1"> **Checklist** <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [x] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed.
- Loading branch information