right aligns the multiselect options in the property panel
This commit is contained in:
parent
c213e29220
commit
34e86b361e
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue