From 5efab810f5ac961995940e8ca4051123334111c2 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 16 Oct 2016 23:57:34 -0400 Subject: [PATCH] [frio] Fix code block display --- view/theme/frio/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index a9c1a67d44..2be7d5cb46 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -75,6 +75,9 @@ blockquote { .hidden { display: none !important; } +code { + white-space: pre; +} /* * standard page elements