mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Break lines more prettily
This commit is contained in:
parent
b14b26f7c2
commit
2dae26e348
1 changed files with 2 additions and 2 deletions
|
@ -101,12 +101,12 @@ function toggle(target) {
|
||||||
<h3><%= video.info["author"] %></h3>
|
<h3><%= video.info["author"] %></h3>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div style="margin-right:1em; word-break:break-all;">
|
<div style="margin-right:1em; overflow-wrap:break-word; word-wrap:break-word;">
|
||||||
<%= video.description %>
|
<%= video.description %>
|
||||||
</div>
|
</div>
|
||||||
<hr style="margin-right:1em;">
|
<hr style="margin-right:1em;">
|
||||||
<% if reddit_thread && !reddit_comments.as_a.empty? %>
|
<% if reddit_thread && !reddit_comments.as_a.empty? %>
|
||||||
<div style="margin-right:1em; word-break:break-all;">
|
<div style="margin-right:1em; overflow-wrap:break-word; word-wrap:break-word;">
|
||||||
<h3><%= reddit_thread.data.title %></h3>
|
<h3><%= reddit_thread.data.title %></h3>
|
||||||
<b>
|
<b>
|
||||||
<a target="_blank" class="link" href="https://reddit.com<%= reddit_thread.data.permalink %>">View comments on Reddit</a>
|
<a target="_blank" class="link" href="https://reddit.com<%= reddit_thread.data.permalink %>">View comments on Reddit</a>
|
||||||
|
|
Loading…
Reference in a new issue