8000 fix: Fix CSS class on labels · ssbarnea/python@312a709 · GitHub
[go: up one dir, main page]

Skip to content

Commit 312a709

Browse files
committed
fix: Fix CSS class on labels
1 parent b77cf3f commit 312a709

File tree

1 file changed

+1
-1
lines changed
  • src/mkdocstrings_handlers/python/templates/material/_base

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/templates/material/_base/labels.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if labels %}
22
{{ log.debug("Rendering labels") }}
3-
<span class="doc doc-properties">
3+
<span class="doc doc-labels">
44
{% for label in labels %}
55
<small class="doc doc-label doc-label-{{ label }}"><code>{{ label }}</code></small>
66
{% endfor %}

0 commit comments

Comments
 (0)
0