-
-
Notifications
You must be signed in to change notification settings - Fork 51
feat: display linewraps for multi-line strings #578
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for any-viewer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ddfde99 to
f2e315e
Compare
| {...props} | ||
| sx={{ | ||
| display: 'inline-block', | ||
| verticalAlign: 'top', |
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.
Why?
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! Looks good to me. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #578 +/- ##
==========================================
+ Coverage 85.41% 85.43% +0.01%
==========================================
Files 26 26
Lines 2716 2718 +2
Branches 433 435 +2
==========================================
+ Hits 2320 2322 +2
Misses 394 394
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|


Hi there,
This is an improvement on displaying multi-line strings.
Collaped:

Expanded:

Yours,
Justin