-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
What version of Turborepo are you using?
N/A
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
On safari the homepage Hero is broken on the large viewpoint. The text does not break and runs together (see video below).
https://screenshots.tomk.link/f7MI4E
This looks to be caused by the tailwind styles not being correctly applied for the <br />
element on safari. You can reproduce this by expanding the viewport and seeing that the "display: block"
is never able to override the "display: none"
despite the tailwind class being correct. After further investigation, this is caused by the introduction of nextra-theme-docs
in #893.
This can be fixed by updating the order of the css imports in the docs _app
to correct the specificity of the tailwind classes.
Expected Behavior
The text should not run together, and should break after "Monorepos that"
To Reproduce
Visit the homepage on Safari with a device viewport wider than 1024px