right aligns the multiselect options in the property panel
This commit is contained in:
parent
69c01f0d00
commit
efff6ae705
|
@ -22,7 +22,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Multiselect extraThin secondary value={boundValue} on:change={setValue}>
|
<Multiselect align="right" extraThin secondary value={boundValue} on:change={setValue}>
|
||||||
{#each options as option}
|
{#each options as option}
|
||||||
<option value={option}>{option}</option>
|
<option value={option}>{option}</option>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
Loading…
Reference in New Issue