这是indexloc提供的服务,不要输入任何密码
Skip to content

Homepage Hero is broken on Safari #991

@tknickman

Description

@tknickman

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions