Fix thread template styling issue

master
rubenwardy 2022-04-26 22:50:14 +01:00
parent 958020b19b
commit 0241c51f6f
1 changed files with 4 additions and 4 deletions

View File

@ -247,8 +247,8 @@
{% endif %}
</div>
{% if t.package %}
<div class="col-md-2 text-muted text-right">
<div class="col-md-2 text-muted text-right">
{% if t.package %}
<img
class="img-fluid"
style="max-height: 22px; max-width: 22px;"
@ -257,8 +257,8 @@
<span class="pl-2">
{{ t.package.title }}
</span>
</div>
{% endif %}
{% endif %}
</div>
</div>
</a>
{% else %}