Created by: andriijas
The new docusaurus 2 site is gorgeous. I noticed a line break in the navbar in safari 13. I didn't manage to sort out why it happens. Putting in Create React App
on the official docusaurus website didn't break the line (middle screenshot below). Right now Im not sure whatever it's an issue in bootstrap
or docusaurus
I ended up fixing it with white-space: nowrap
I also tried:
- Fixing flex basis on the container
- Fixing flex wrap
It's a minor but it makes it looks smoother.
ping @endiliey