Skip to content
Snippets Groups Projects
Commit 86f05027 authored by Tim Wagner's avatar Tim Wagner
Browse files

[BUGFIX] Descriptions for subsequent playlist videos are too small to be useful

parent 0d019b4c
No related branches found
No related tags found
1 merge request!3[FEATURE] UX Refactoring
......@@ -73,11 +73,6 @@
<h3 class="h3">
<f:format.htmlentitiesDecode>{feedItem.title}</f:format.htmlentitiesDecode>
</h3>
<f:if condition="{settings.showDescription} && {feedItem.description}">
<div class="sg-youtube-text">
<f:format.htmlentitiesDecode><f:format.crop maxCharacters="200">{feedItem.description}</f:format.crop></f:format.htmlentitiesDecode>
</div>
</f:if>
</div>
</f:if>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment