mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
No more wordwrap on pre blocks for humbugs with code in them
(imported from commit e894133c2e1dc3934ec5cadc2341e38ed537a96a)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user