Fix overflow for channel description

pull/671/head
Omar Roth 5 years ago
parent 37d064d836
commit 4f120e19fd
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -28,7 +28,7 @@
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
<p><span style="white-space:pre-wrap"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">

@ -27,7 +27,7 @@
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
<p><span style="white-space:pre-wrap"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">

@ -27,7 +27,7 @@
</div>
<div class="h-box">
<p><span style="white-space:pre"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
<p><span style="white-space:pre-wrap"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p>
</div>
<div class="h-box">

Loading…
Cancel
Save