mirror of https://github.com/zulip/zulip.git
No more wordwrap on pre blocks for humbugs with code in them
(imported from commit e894133c2e1dc3934ec5cadc2341e38ed537a96a)
This commit is contained in:
parent
3d4e239247
commit
6b8e9a738f
|
@ -106,6 +106,9 @@ pre {
|
|||
when body is the default 14 px */
|
||||
font-size: 0.929em;
|
||||
line-height: inherit;
|
||||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
pre code {
|
||||
|
|
Loading…
Reference in New Issue