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 89a5503 commit 83c9b57Copy full SHA for 83c9b57
src/lib/components/Facets/ShowMore.svelte
@@ -54,7 +54,7 @@
54
{#each Object.keys(selected) as key}
55
<label class="flex gap-3 items-center w-52">
56
<input type="checkbox" class="checkbox" bind:checked={selected[key].selected} />
57
- <span class="whitespace-nowrap break-before-avoid break-after-avoid"
+ <span title={selected[key].displayName} class="whitespace-nowrap break-before-avoid break-after-avoid truncate"
58
>{selected[key].displayName}</span
59
>
60
</label>
0 commit comments