fix(CheckboxFilter): change checkbox gaps
Some checks failed
Lint / Lint Code (push) Failing after 7m31s
Test / Svelte Checks (push) Failing after 7m21s

This commit is contained in:
Ilia Mashkov
2026-01-03 13:06:51 +03:00
parent 00aaecaa22
commit ac41f324b1

View File

@@ -110,7 +110,7 @@ const hasSelection = $derived(selectedCount > 0);
class="border-t" class="border-t"
> >
<div class="px-4 py-3"> <div class="px-4 py-3">
<div class="flex flex-col gap-1.5"> <div class="flex flex-col gap-0.5">
<!-- Each item: checkbox + label with interactive hover/focus states --> <!-- Each item: checkbox + label with interactive hover/focus states -->
<!-- Keyed by property.id for efficient DOM updates --> <!-- Keyed by property.id for efficient DOM updates -->
{#each properties as property (property.id)} {#each properties as property (property.id)}