We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c862881 commit eab739bCopy full SHA for eab739b
docs/layouts/_partials/clickable-badge.html
@@ -30,7 +30,7 @@
30
31
{{- $borderClass := cond (eq $border true) "hx-border" "" -}}
32
{{- $badgeClass := or ($styleClass.Get $type) $defaultClass -}}
33
-<div class="hextra-badge">
+<div class="hextra-badge hx-mt-2">
34
<div id="{{ $id }}" class="hx-inline-flex hx-gap-1 hx-items-center hx-rounded-full hx-px-2.5 hx-leading-6 hx-text-[.65rem] {{ $borderClass }} {{ $badgeClass }} {{ $class }}">
35
{{- with $icon -}}{{- partial "utils/icon" (dict "name" . "attributes" "height=12") -}}{{- end -}}
36
{{- $content -}}
0 commit comments