We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ac7df commit c11f66dCopy full SHA for c11f66d
1 file changed
layouts/release-notes.html
@@ -47,7 +47,7 @@ <h2 class="border-bottom-0 m-0 p-0">
47
</h2>
48
49
{% if patch.release_candidate %}
50
- <span class="IssueLabel bg-orange text-white ml-3">Release Candidate</span>
+ <span class="IssueLabel bg-orange text-white ml-3" style="white-space: pre">Release Candidate</span>
51
{% endif %}
52
53
<a href="https://enterprise.github.com/releases/{{ patch.version | replace: '-rc', '' }}/download" class="ml-3 text-small text-bold">
0 commit comments