You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a strange styling bug, potentially from infima that makes the header on the docusaurus site for create react app line break in Safari (no other browser).
I tried to reproduce it on other sites without success.
I tried to fix it naively in facebook/create-react-app#7831 but that would cause other issues as described in the comments.
Okay lets get that in for now. The underlaying CSS framework of docusaurus isn't open source I think. Hopefully will get notified from this issue if it changes :D
🐛 Bug Report
There's a strange styling bug, potentially from infima that makes the header on the docusaurus site for create react app line break in Safari (no other browser).
I tried to reproduce it on other sites without success.
I tried to fix it naively in facebook/create-react-app#7831 but that would cause other issues as described in the comments.
To Reproduce
Open safari
go to https://create-react-app.dev
Expected behavior
Navbar header title in one line
Actual Behavior
Navbar header title line breaks
The text was updated successfully, but these errors were encountered: