Skip to content

Commit

Permalink
Fix pre tag overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 10, 2024
1 parent 8a07f2d commit f879247
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ video {
}
}

pre {
white-space: pre-wrap;
}

button,
html input[type="button"],
input[type="reset"],
Expand Down

0 comments on commit f879247

Please sign in to comment.