UI: Markdown Code Wrapping (#10195)
This commit is contained in:
parent
abb01148fa
commit
9eedc83e00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue