mirror of https://github.com/zulip/zulip.git
styles: Fix code block white-space for Python-Markdown upgrade.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
ba6ed1e177
commit
c00f626f8e
|
@ -426,6 +426,7 @@ pre {
|
||||||
.rendered_markdown pre code {
|
.rendered_markdown pre code {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
white-space: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure the horizontal scrollbar is visible on Mac */
|
/* Ensure the horizontal scrollbar is visible on Mac */
|
||||||
|
|
Loading…
Reference in New Issue