Skip to content

Commit 311bbf8

Browse files
authored
fix: Fix the doc_name to have class text-nowrap as we want to keep the entries in one line if possible. (ietf-tools#3683)
1 parent a4eaadd commit 311bbf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/group/reviewer_overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2 class="mt-3">Reviewers</h2>
9393
{{ assignment_to_closure_days }} day{{ assignment_to_closure_days|pluralize }}
9494
{% endif %}
9595
</td>
96-
<td>
96+
<td class="text-nowrap">
9797
{{ doc_name }}
9898
{% if reviewed_rev %}-{{ reviewed_rev }}{% endif %}
9999
</td>

0 commit comments

Comments
 (0)