Reduce size of sorting popover

This commit is contained in:
Andrew Kingston 2024-10-29 08:48:07 +00:00
parent 6e021e6793
commit c5c17cd6bd
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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"