Fix thread template styling issue

This commit is contained in:
rubenwardy 2022-04-26 22:50:14 +01:00
parent 958020b19b
commit 0241c51f6f

@ -247,8 +247,8 @@
{% endif %} {% endif %}
</div> </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 <img
class="img-fluid" class="img-fluid"
style="max-height: 22px; max-width: 22px;" style="max-height: 22px; max-width: 22px;"
@ -257,8 +257,8 @@
<span class="pl-2"> <span class="pl-2">
{{ t.package.title }} {{ t.package.title }}
</span> </span>
</div> {% endif %}
{% endif %} </div>
</div> </div>
</a> </a>
{% else %} {% else %}