Remove initial whitespace from video description

This commit is contained in:
syeopite 2023-08-20 23:57:55 -07:00
parent 0afd95fb78
commit 48ba6373df
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -255,13 +255,13 @@ we're going to need to do it here in order to allow for translations.
<div id="description-box"> <!-- Description -->
<% if video.description.size < 200 || params.extend_desc %>
<div id="descriptionWrapper">
<%= video.description_html %>
<%-= video.description_html %>
<%= rendered "components/description_chapters_widget" %>
</div>
<% else %>
<input id="descexpansionbutton" type="checkbox"/>
<div id="descriptionWrapper">
<%= video.description_html %>
<%-= video.description_html %>
<%= rendered "components/description_chapters_widget" %>
</div>
<label for="descexpansionbutton">