Skip to content

Commit

Permalink
FIX - wrapping code block lines in original.css (#19)
Browse files Browse the repository at this point in the history
The lines of the code blocks of the HTML get wrapped on small/mobile screens.
Adding this line make the scrolling overflow functional again.
herman.css does not have this problem
  • Loading branch information
d3af90d authored Jun 21, 2024
1 parent e7b875a commit e174bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/original.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pre code {
white-space: pre-wrap;
font-size: 14px;
overflow-x: auto;
text-wrap: nowrap;
}

blockquote {
Expand Down

0 comments on commit e174bad

Please sign in to comment.