fix(CheckboxFilter): change checkbox gaps
This commit is contained in:
@@ -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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user