aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-02-29 15:58:31 +0100
committerGravatar GitHub <noreply@github.com> 2020-02-29 15:58:31 +0100
commit925319653da34ab2854544402c0a299b3d761201 (patch)
treef788949fd11e5e661e620b1d8d138b98836ef283 /p
parent97841deefbdacf3fdf94a5f9cf9f86426bb7b133 (diff)
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
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/template.css2
1 files changed, 1 insertions, 1 deletions
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;
}