Remove extraneous space between desc and date

This commit is contained in:
syeopite 2023-08-21 22:53:30 -07:00 committed by tezlm
parent fbb4c9193e
commit fdb122bb67
Signed by: tezlm
GPG key ID: 649733FCD94AFBBA

View file

@ -254,14 +254,12 @@ 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 %>
<div id="descriptionWrapper"><%-= video.description_html %>
<%= rendered "components/description_chapters_widget" %>
</div>
<% else %>
<input id="descexpansionbutton" type="checkbox"/>
<div id="descriptionWrapper">
<%-= video.description_html %>
<div id="descriptionWrapper"><%-= video.description_html %>
<%= rendered "components/description_chapters_widget" %>
</div>
<label for="descexpansionbutton">