From ac41f324b1f854ad4ec2cc2221027ef2130dd2aa Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 3 Jan 2026 13:06:51 +0300 Subject: [PATCH] fix(CheckboxFilter): change checkbox gaps --- src/shared/ui/CheckboxFilter/CheckboxFilter.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/ui/CheckboxFilter/CheckboxFilter.svelte b/src/shared/ui/CheckboxFilter/CheckboxFilter.svelte index c0feed4..ce4f748 100644 --- a/src/shared/ui/CheckboxFilter/CheckboxFilter.svelte +++ b/src/shared/ui/CheckboxFilter/CheckboxFilter.svelte @@ -110,7 +110,7 @@ const hasSelection = $derived(selectedCount > 0); class="border-t" >
-
+
{#each properties as property (property.id)}