styles: Fix code block white-space for Python-Markdown upgrade.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-22 12:35:52 -07:00 committed by Tim Abbott
parent ba6ed1e177
commit c00f626f8e
1 changed files with 1 additions and 0 deletions

View File

@ -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 */