Reduce size of sorting popover
This commit is contained in:
parent
6e021e6793
commit
c5c17cd6bd
|
@ -45,7 +45,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<DetailPopover bind:this={popover} title="Sorting">
|
<DetailPopover bind:this={popover} title="Sorting" width={300}>
|
||||||
<svelte:fragment slot="anchor" let:open>
|
<svelte:fragment slot="anchor" let:open>
|
||||||
<ActionButton
|
<ActionButton
|
||||||
icon="SortOrderDown"
|
icon="SortOrderDown"
|
||||||
|
|
Loading…
Reference in New Issue