Skip to content

Commit

Permalink
align button to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
ticruz38 committed Nov 26, 2024
1 parent 3a34d31 commit a4740f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/PublishesConnections.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
})
</script>

<SelectButton {options} bind:value={selectedOptions} multiple>
<SelectButton {options} bind:value={selectedOptions} multiple class="text-left">
<div class="flex items-center gap-2" slot="item" let:option>
{Array.from(connectionsStatus[option]?.values() || []).length || 0}
{option}
Expand Down

0 comments on commit a4740f8

Please sign in to comment.