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

[Bug]: uwu by @something in footer is not responsive from around 1500px to 1670px #7387

Open
DeveloperAmrit opened this issue Dec 24, 2024 · 3 comments

Comments

@DeveloperAmrit
Copy link

Summary

On react documentation website. After clicking uwu, the text "Logo by @sawaratsuki1004" is breaking. Not looking good.
Make it inline for this range of screen width. (1500px to 1670px). Works fine out of this range

Page

https://react.dev/learn/referencing-values-with-refs

Details

On react documentation website. After clicking uwu, the text "Logo by @sawaratsuki1004" is breaking. Not looking good.
Make it inline for this range of screen width. (1500px to 1670px). Works fine out of this range

reactbug

Fix,
white-space: nowrap;

Add this css property to the tag.

@DeveloperAmrit
Copy link
Author

Can you assign me this issue?

@karthik-awebon
Copy link

@gaearon Yes, this issue happens with the screen width range of (1500px to 1670px) but it looks to be minor and doesn't affect the documentation.

@DeveloperAmrit
Copy link
Author

It affects User Experience for all laptop users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants