Skip to content

Commit

Permalink
Don't hardcode height in collapsable block
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Oct 30, 2023
1 parent 846c4da commit 1be7475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates_bw/front.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h5 class="ellipsis">
<div>
<span class="text-grey">{{ sound.created|timesince }} ago</span>
</div>
<div class="v-spacing-top-1 overflow-hidden" style="height:54px;">
<div class="v-spacing-top-1 overflow-hidden">
{{ sound.description|striptags|safe|truncatechars_html:100 }}
</div>
</div>
Expand Down

0 comments on commit 1be7475

Please sign in to comment.