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: #719 Fix literals going over page width #737

Closed
wants to merge 1 commit into from

Conversation

Blendify
Copy link
Member

@Blendify Blendify commented Mar 4, 2019

@Blendify Blendify changed the title Fix literals going over page width Fix: #719 Fix literals going over page width Mar 6, 2019
Copy link
Contributor

@jessetan jessetan left a comment

Choose a reason for hiding this comment

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

This changes all inline literals ato block level elements, so that they fall on the same line. I don't think we'd want that.
white-space: normal; seems to be better suited. It will cause literals that fall outside of the page width to wrap.

@Blendify
Copy link
Member Author

Closing in favor of #1050

@Blendify Blendify closed this Feb 11, 2021
@Blendify Blendify deleted the Blendify/fix-literals branch February 11, 2021 21:02
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.

Misalignment when selecting content inside code blocks
3 participants