nodejs / nodejs.org

The Node.js® Website
https://nodejs.org
MIT License
6.14k stars 6.21k forks source link

Certain languages break the max height of the search bar #6841

Closed ovflowd closed 2 months ago

ovflowd commented 3 months ago

URL:

https://nodejs.org/pt or https://nodejs.org/fr

Browser Name:

Chrome

Browser Version:

N/A

Operating System:

N/A

How to reproduce the issue:

  1. Switch to a Localized Language
  2. You'll notice that the search bar height is not respected
nilkhankari commented 3 months ago

Can I work on resolving this issue?

bmuenzenmeyer commented 3 months ago

Thanks for your interest. We don't assign tickets if we can help it. Feel free to submit a pull request if you have time. Reference 🍪 https://www.redhat.com/en/blog/dont-lick-cookie

As an implementation suggestion, I'd explore expanding the available space on large viewports. There is plenty.

image

nilkhankari commented 3 months ago

Thanks! Yes, we can fix this by increasing the width. I'll work on it and submit a PR as soon as possible.