Skip to content

Commit eab739b

Browse files
committed
fix: filter on mobile
1 parent c862881 commit eab739b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layouts/_partials/clickable-badge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
{{- $borderClass := cond (eq $border true) "hx-border" "" -}}
3232
{{- $badgeClass := or ($styleClass.Get $type) $defaultClass -}}
33-
<div class="hextra-badge">
33+
<div class="hextra-badge hx-mt-2">
3434
<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 }}">
3535
{{- with $icon -}}{{- partial "utils/icon" (dict "name" . "attributes" "height=12") -}}{{- end -}}
3636
{{- $content -}}

0 commit comments

Comments
 (0)