Skip to content

Commit 7c68ac6

Browse files
committed
fix(select): remove trailing space between multi-value label & x-cross button
1 parent d5a2c66 commit 7c68ac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Select.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,7 @@ onBeforeUnmount(() => {
399399
class="multi-value"
400400
@click="removeOption(option)"
401401
>
402-
{{ getMultiValueLabel(option) }}
403-
<XMarkIcon />
402+
{{ getMultiValueLabel(option) }}<XMarkIcon />
404403
</button>
405404
</template>
406405

0 commit comments

Comments
 (0)