We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f13b7 commit 7c5a910Copy full SHA for 7c5a910
1 file changed
ietf/templates/doc/search/search_result_row.html
@@ -101,7 +101,7 @@
101
{% endif %}
102
103
{% if doc.latest_revision_date|timesince_days|new_enough:request %}
104
- <wbr><span class="label label-success">New</span>
+ <wbr><div class="pull-right"><span class="label label-success">New</span></div>
105
106
107
{% if doc.get_state_slug == "active" and doc.expirable and doc.expires|timesince_days|expires_soon:request %}
0 commit comments