-
Notifications
You must be signed in to change notification settings - Fork 265
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: should render spaces other than U+0020 when white-space: normal
#557
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
white-space: normal
f21222c
to
20278f4
Compare
20278f4
to
a9bc2bf
Compare
a9bc2bf
to
b0d927d
Compare
b0d927d
to
32f4c34
Compare
32f4c34
to
19b4454
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
🎉 This PR is included in version 0.10.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
vercel#557) ### Description Should render spaces other than U+0020 when `white-space: normal`. Before:  After: 
vercel#557) ### Description Should render spaces other than U+0020 when `white-space: normal`. Before:  After: 
Description
Should render spaces other than U+0020 when
white-space: normal
.Before:

After:
