Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inline breaking in Safari. (mathjax/MathJax#3252) #1117

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Conversation

dpvc
Copy link
Member

@dpvc dpvc commented Jul 2, 2024

This Pr works around an issue with Safari where in-line line breaks aren't being honored. It appears that Safari doesn't break at spaces that are in content CSS like all other browsers, so we add the space manually instead.

Resolves issue mathjax/MathJax#3252.

@dpvc dpvc added this to the v4.0 milestone Jul 2, 2024
@dpvc dpvc requested a review from zorkow July 2, 2024 12:34
Copy link
Member

@zorkow zorkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dpvc dpvc merged commit 1bb54a4 into develop Jul 5, 2024
@dpvc dpvc deleted the issue3252 branch July 5, 2024 11:13
@dpvc dpvc changed the title Fix inlkine breaking in Safari. (mathjax/MathJax#3252) Fix inline breaking in Safari. (mathjax/MathJax#3252) Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants