Fix word-break for links in channel RSS

pull/892/head
Omar Roth 5 years ago
parent 02e1cdf210
commit f6ef0b684a
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -25,7 +25,7 @@ struct SearchVideo
xml.element("img", src: "#{host_url}/vi/#{self.id}/mqdefault.jpg") xml.element("img", src: "#{host_url}/vi/#{self.id}/mqdefault.jpg")
end end
xml.element("p", style: "white-space:pre-wrap") { xml.text html_to_content(self.description_html) } xml.element("p", style: "word-break:break-word;white-space:pre-wrap") { xml.text html_to_content(self.description_html) }
end end
end end

Loading…
Cancel
Save