1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

right aligns the multiselect options in the property panel

This commit is contained in:
Keviin Åberg Kultalahti 2021-02-05 14:09:29 +01:00
parent 69c01f0d00
commit efff6ae705

View file

@ -22,7 +22,7 @@
</script>
<div>
<Multiselect extraThin secondary value={boundValue} on:change={setValue}>
<Multiselect align="right" extraThin secondary value={boundValue} on:change={setValue}>
{#each options as option}
<option value={option}>{option}</option>
{/each}