Skip to content

Commit

Permalink
fix: do not wrap code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Apr 27, 2022
1 parent ba8ed2f commit 3445cf8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@ main {
}

pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
overflow-x: auto;
word-wrap: break-word;
}

Expand Down

0 comments on commit 3445cf8

Please sign in to comment.