Skip to content

Commit

Permalink
Fix styling issue with certain code fragments on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Aug 18, 2024
1 parent 2762cbf commit 1270294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ body {
padding-top: 1vh;
padding-left: 0;
padding-right: 0;

pre {
white-space: pre-wrap;
}
}

.printbutton {
Expand Down

0 comments on commit 1270294

Please sign in to comment.