From cf07a4413cbfb9b435f14bbe5a458ce33d98fe83 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sun, 20 Nov 2016 01:51:32 +0100 Subject: [PATCH 1/2] Bugfix: frio - use white-space: pre-wrap for code elements --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 19f0d5af05..155596464c 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -88,7 +88,7 @@ blockquote { display: none !important; } code { - white-space: pre; + white-space: pre-wrap; } /* From 72953cd1e1b370ba124db265c574d5171234ee97 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sun, 20 Nov 2016 02:07:58 +0100 Subject: [PATCH 2/2] fix indent --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 155596464c..42946b6e13 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -88,7 +88,7 @@ blockquote { display: none !important; } code { - white-space: pre-wrap; + white-space: pre-wrap; } /*