Skip to content

Commit c11f66d

Browse files
authored
Prevent release-candidate label from wrapping (#17508)
* Add a test * Try adding de * Let's try all languages * Add white-space: pre
1 parent 38ac7df commit c11f66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/release-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2 class="border-bottom-0 m-0 p-0">
4747
</h2>
4848

4949
{% if patch.release_candidate %}
50-
<span class="IssueLabel bg-orange text-white ml-3">Release Candidate</span>
50+
<span class="IssueLabel bg-orange text-white ml-3" style="white-space: pre">Release Candidate</span>
5151
{% endif %}
5252

5353
<a href="https://enterprise.github.com/releases/{{ patch.version | replace: '-rc', '' }}/download" class="ml-3 text-small text-bold">

0 commit comments

Comments
 (0)