reactjs / reactjs.org Public
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
Restyle logo width to make translations easier #1817
Comments
|
Hi, I would be interested in taking a look at this issue. Thanks! |
|
Added PR #1860 for review, thank you! |
|
@tesseralis @tuantvk |
|
@nigiiro-taro go ahead give it a try. |
|
Thank you. I try it! |
|
@tesseralis @akgupta0777 |
|
is this issue resolved i ? I would like to work on this issue |

Currently, the width of the logo is fixed at
calc(100% / 6)so that the nav links are flush with the search bar:Unfortunately, this leads to cut-offs in some translations with longer words in the nav bar:
We're currently solving this by just adjusting the width of the logo, but it would be nice to have a solution that doesn't require hard-coding the logo width (e.g. just making the nav bar flush against the search bar)
I'll probably fix it myself when I have time but I figured I'd put this up here in case anyone wants to take a look.
The text was updated successfully, but these errors were encountered: