mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UI: Markdown Code Wrapping (#10195)
This commit is contained in:
parent
abb01148fa
commit
9eedc83e00
@ -109,6 +109,9 @@ pre code {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
-moz-tab-size: 4;
|
-moz-tab-size: 4;
|
||||||
tab-size: 4;
|
tab-size: 4;
|
||||||
|
&.lang-markdown {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO figure out a clean place to put stuff like this
|
// TODO figure out a clean place to put stuff like this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user