From 925319653da34ab2854544402c0a299b3d761201 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 29 Feb 2020 15:58:31 +0100 Subject: No pre for enclosure-description (#2808) * No pre for enclosure-description #fix https://github.com/FreshRSS/FreshRSS/issues/2807 In browsers, the styling `white-space:pre-line` will be applied by CSS, but no styling will be done for clients via API. * Corresponding CSS change --- p/themes/base-theme/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/base-theme') diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 5c67099fe..5977a0d15 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -1135,7 +1135,7 @@ input:checked + .slide-container .properties { margin-left: .8em; } -pre.enclosure-description { +.enclosure-description { white-space: pre-line; } -- cgit v1.2.3