Skip to content

Commit 27374cf

Browse files
committed
Changed alignment for the RFC 'Errata' label within the document name and title column to consistently put it at the right side of the column, for a tidier appearance.
- Legacy-Id: 13294
1 parent fb70e9a commit 27374cf

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
@@ -32,7 +32,7 @@
3232
<br>
3333
<b>{{ doc.title }}</b>
3434
{% if doc.has_errata %}
35-
<a class="label label-danger" href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
35+
<a class="label label-danger pull-right" href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
3636
{% endif %}
3737
</div>
3838

0 commit comments

Comments
 (0)