We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0168083 commit 5dca6d4Copy full SHA for 5dca6d4
1 file changed
ietf/templates/doc/search/search_result_row.html
@@ -65,7 +65,7 @@
65
66
67
{% if doc.latest_revision_date|timesince_days|new_enough:request %}
68
- <wbr><span class="label label-success">New</span>
+ <wbr><span class="label label-success pull-right">New</span>
69
{% endif %}
70
71
{% if doc.get_state_slug == "active" and doc.expirable and doc.expires|timesince_days|expires_soon:request %}
0 commit comments