Skip to content

Commit

Permalink
fix: Fix CSS class on labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 8, 2022
1 parent b77cf3f commit 312a709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if labels %}
{{ log.debug("Rendering labels") }}
<span class="doc doc-properties">
<span class="doc doc-labels">
{% for label in labels %}
<small class="doc doc-label doc-label-{{ label }}"><code>{{ label }}</code></small>
{% endfor %}
Expand Down

0 comments on commit 312a709

Please sign in to comment.