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 d1d8394 commit 3035bd8Copy full SHA for 3035bd8
src/lib/forms/select/MultiSelect.svelte
@@ -213,7 +213,7 @@
213
{#if children}
214
{@render children({ item, clear: () => clearThisOption(item) })}
215
{:else}
216
- <Badge color="gray" large={size === "lg"} dismissable params={{ duration: 100 }} onclose={() => clearThisOption(item)} class={[disabled && "pointer-events-none"]}>
+ <Badge color="gray" large={size === "lg"} dismissable params={{ duration: 100 }} onclose={() => clearThisOption(item)} class={["py-0 px-2 mx-0.5", disabled && "pointer-events-none"]}>
217
{item.name}
218
</Badge>
219
{/if}
0 commit comments