-
Notifications
You must be signed in to change notification settings - Fork 64
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
Render correctly linebreaks #108
Render correctly linebreaks #108
Conversation
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
======================================
Coverage 3.97% 3.97%
======================================
Files 9 9
Lines 930 930
======================================
Hits 37 37
Misses 893 893 Continue to review full report at Codecov.
|
I would like to hear feedback from UX on this. Also, @asaadmahmood is much more suited to review CSS code. |
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.
Looks good to me.
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.
LGTM! I also tested an verified the change locally
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.
Tested and passed
- Line breaks work as expected
- Regression tested line wrapping
- Regression tested other text formatting
No issues found.
LGTM!
Summary
I copied most of the relevant styles on the posts on the webapp to render all the elements as they are in posts, solving the problem with line breaks.
The problem with line breaks is that the text:
was rendered as:
something some other line
Ticket Link
None