fix code flow overflow and add responsive design fix - #3229
Merged
george-gca merged 2 commits intoNov 17, 2025
Conversation
❌ Deploy Preview for relaxed-lollipop-b6bc17 failed. Why did it fail? →
|
george-gca
approved these changes
Jul 16, 2025
Collaborator
|
Missing some prettier issues. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
george-gca
approved these changes
Nov 17, 2025
Signed-off-by: George Araújo <george.gcac@gmail.com>
❌ Deploy Preview for relaxed-lollipop-b6bc17 failed. Why did it fail? →
|
Tzxtoiny
pushed a commit
to Tzxtoiny/Tzxtoiny.github.io
that referenced
this pull request
Nov 20, 2025
## Description Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly alshedivat#3228 ## Changes Made to _base.scss - Added `overflow-x`: auto to enable horizontal scrolling for long code lines - Added `white-space: pre` to preserve code formatting while allowing horizontal scrolling - Added `word-wrap: normal` to prevent wrapping of long lines - Added `-webkit-overflow-scrolling: touch` for smooth iOS scrolling - Added responsive font sizes for different breakpoints (576px, 400px, and 768px) - Applied fixes to `pre`, `code`, and `figure.highlight` elements ## Related Issue Closes alshedivat#3228 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
ruiwen0615
pushed a commit
to ruiwen0615/ruiwen0615.github.io
that referenced
this pull request
Jan 12, 2026
## Description Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly alshedivat#3228 ## Changes Made to _base.scss - Added `overflow-x`: auto to enable horizontal scrolling for long code lines - Added `white-space: pre` to preserve code formatting while allowing horizontal scrolling - Added `word-wrap: normal` to prevent wrapping of long lines - Added `-webkit-overflow-scrolling: touch` for smooth iOS scrolling - Added responsive font sizes for different breakpoints (576px, 400px, and 768px) - Applied fixes to `pre`, `code`, and `figure.highlight` elements ## Related Issue Closes alshedivat#3228 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
vltanh
pushed a commit
to vltanh/vltanh.github.io
that referenced
this pull request
Apr 28, 2026
## Description Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly alshedivat#3228 ## Changes Made to _base.scss - Added `overflow-x`: auto to enable horizontal scrolling for long code lines - Added `white-space: pre` to preserve code formatting while allowing horizontal scrolling - Added `word-wrap: normal` to prevent wrapping of long lines - Added `-webkit-overflow-scrolling: touch` for smooth iOS scrolling - Added responsive font sizes for different breakpoints (576px, 400px, and 768px) - Applied fixes to `pre`, `code`, and `figure.highlight` elements ## Related Issue Closes alshedivat#3228 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
Patra2020
pushed a commit
to Patra2020/Patra2020.github.io
that referenced
this pull request
May 3, 2026
## Description Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly alshedivat#3228 ## Changes Made to _base.scss - Added `overflow-x`: auto to enable horizontal scrolling for long code lines - Added `white-space: pre` to preserve code formatting while allowing horizontal scrolling - Added `word-wrap: normal` to prevent wrapping of long lines - Added `-webkit-overflow-scrolling: touch` for smooth iOS scrolling - Added responsive font sizes for different breakpoints (576px, 400px, and 768px) - Applied fixes to `pre`, `code`, and `figure.highlight` elements ## Related Issue Closes alshedivat#3228 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
Micasa99
pushed a commit
to Micasa99/al-folio
that referenced
this pull request
May 12, 2026
## Description Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly alshedivat#3228 ## Changes Made to _base.scss - Added `overflow-x`: auto to enable horizontal scrolling for long code lines - Added `white-space: pre` to preserve code formatting while allowing horizontal scrolling - Added `word-wrap: normal` to prevent wrapping of long lines - Added `-webkit-overflow-scrolling: touch` for smooth iOS scrolling - Added responsive font sizes for different breakpoints (576px, 400px, and 768px) - Applied fixes to `pre`, `code`, and `figure.highlight` elements ## Related Issue Closes alshedivat#3228 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
AntonWangDTU
pushed a commit
to AntonWangDTU/AntonWangDTU.github.io
that referenced
this pull request
May 12, 2026
## Description Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly alshedivat#3228 ## Changes Made to _base.scss - Added `overflow-x`: auto to enable horizontal scrolling for long code lines - Added `white-space: pre` to preserve code formatting while allowing horizontal scrolling - Added `word-wrap: normal` to prevent wrapping of long lines - Added `-webkit-overflow-scrolling: touch` for smooth iOS scrolling - Added responsive font sizes for different breakpoints (576px, 400px, and 768px) - Applied fixes to `pre`, `code`, and `figure.highlight` elements ## Related Issue Closes alshedivat#3228 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
PhD-Brown
pushed a commit
to PhD-Brown/PhD-Brown.github.io
that referenced
this pull request
May 15, 2026
## Description Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly alshedivat#3228 ## Changes Made to _base.scss - Added `overflow-x`: auto to enable horizontal scrolling for long code lines - Added `white-space: pre` to preserve code formatting while allowing horizontal scrolling - Added `word-wrap: normal` to prevent wrapping of long lines - Added `-webkit-overflow-scrolling: touch` for smooth iOS scrolling - Added responsive font sizes for different breakpoints (576px, 400px, and 768px) - Applied fixes to `pre`, `code`, and `figure.highlight` elements ## Related Issue Closes alshedivat#3228 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
somnus0917
referenced
this pull request
in somnus0917/myfolio
Jun 16, 2026
## Description Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly #3228 ## Changes Made to _base.scss - Added `overflow-x`: auto to enable horizontal scrolling for long code lines - Added `white-space: pre` to preserve code formatting while allowing horizontal scrolling - Added `word-wrap: normal` to prevent wrapping of long lines - Added `-webkit-overflow-scrolling: touch` for smooth iOS scrolling - Added responsive font sizes for different breakpoints (576px, 400px, and 768px) - Applied fixes to `pre`, `code`, and `figure.highlight` elements ## Related Issue Closes #3228 --------- Signed-off-by: George Araújo <george.gcac@gmail.com> Co-authored-by: George Araújo <george.gcac@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes code block overflow issues by adding proper CSS overflow handling and responsive design: Code blocks overflow and don't scale properly #3228
Changes Made to _base.scss
overflow-x: auto to enable horizontal scrolling for long code lineswhite-space: preto preserve code formatting while allowing horizontal scrollingword-wrap: normalto prevent wrapping of long lines-webkit-overflow-scrolling: touchfor smooth iOS scrollingpre,code, andfigure.highlightelementsRelated Issue
Closes #3228