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