Fix output formatting in Firefox.

This commit is contained in:
Bob Nystrom
2016-05-19 09:30:38 -07:00
parent befe90501b
commit d64af5d6a5

View File

@ -245,6 +245,8 @@ pre {
// Scroll horizontally if not wide enough.
overflow: auto;
white-space: pre-wrap;
}
footer {