Fix thread template styling issue
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user