Skip to content

Commit

Permalink
Try and break overlong lines inside <pre>s.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Jul 5, 2018
1 parent ce1b897 commit 11bde42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions www/docs/style/sass/app.scss
Expand Up @@ -112,6 +112,11 @@ h3 {
font-size: 0.8125em;
}

pre {
overflow-wrap: break-word;
word-wrap: break-word;
}

code {
color: $light-text;
background-color: #eee;
Expand Down

0 comments on commit 11bde42

Please sign in to comment.