From: Hypolite Petovan Date: Mon, 17 Oct 2016 03:57:34 +0000 (-0400) Subject: [frio] Fix code block display X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5efab810f5ac961995940e8ca4051123334111c2;p=friendica.git [frio] Fix code block display --- 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