Adjusted the horizontal placement of [New] labels in search results, aligning them on a vertical line for a neater look.

- Legacy-Id: 18444
This commit is contained in:
Henrik Levkowetz 2020-08-28 15:33:28 +00:00
parent a8f13b79c3
commit 7c5a910360

View file

@ -101,7 +101,7 @@
{% endif %}
{% if doc.latest_revision_date|timesince_days|new_enough:request %}
<wbr><span class="label label-success">New</span>
<wbr><div class="pull-right"><span class="label label-success">New</span></div>
{% endif %}
{% if doc.get_state_slug == "active" and doc.expirable and doc.expires|timesince_days|expires_soon:request %}