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 single line code block wrapping issue #121

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

audacioustux
Copy link
Contributor

white-space should be pre-wrap - or else, a single long line of code block may break the layout of whole page on mobile devices

use word break for code and blockquote, white-space: pre for fenced code

white-space should be pre-wrap - or else, a single long line of code block may break the layout of whole page on mobile devices

use word break for code and blockquote, white-space: pre for fenced code
audacioustux added a commit to audacioustux/audacioustux that referenced this pull request Sep 20, 2023
@satnaing satnaing merged commit 8f08018 into satnaing:feature/version-3 Sep 20, 2023
@satnaing
Copy link
Owner

Thanks for your contribution. Just merged.

@audacioustux audacioustux deleted the patch-1 branch September 20, 2023 07:32
tanishqmanuja pushed a commit to tanishqmanuja/blog that referenced this pull request Sep 20, 2023
white-space should be pre-wrap - or else, a single long line of code block may break the layout of whole page on mobile devices

use word break for code and blockquote, white-space: pre for fenced code
satnaing pushed a commit that referenced this pull request Sep 25, 2023
white-space should be pre-wrap - or else, a single long line of code block may break the layout of whole page on mobile devices

use word break for code and blockquote, white-space: pre for fenced code
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