UI: Markdown Code Wrapping (#10195)

This commit is contained in:
Jordan Vidrine 2020-07-08 19:50:42 -05:00 committed by GitHub
parent abb01148fa
commit 9eedc83e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ pre code {
overflow: auto;
-moz-tab-size: 4;
tab-size: 4;
&.lang-markdown {
white-space: pre-wrap;
}
}
// TODO figure out a clean place to put stuff like this