Skip to content

Commit 7c5a910

Browse files
committed
Adjusted the horizontal placement of [New] labels in search results, aligning them on a vertical line for a neater look.
- Legacy-Id: 18444
1 parent a8f13b7 commit 7c5a910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
{% endif %}
102102

103103
{% if doc.latest_revision_date|timesince_days|new_enough:request %}
104-
<wbr><span class="label label-success">New</span>
104+
<wbr><div class="pull-right"><span class="label label-success">New</span></div>
105105
{% endif %}
106106

107107
{% if doc.get_state_slug == "active" and doc.expirable and doc.expires|timesince_days|expires_soon:request %}

0 commit comments

Comments
 (0)