facebook/react

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

DeveloperAmrit opened this issue · 2 comments

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.

Can you assign me this issue.

Looks fine for me on those widths. What are your browser's font size settings?