Merge pull request #2666 from neillsom/neill/#2484/apps-dropdown-menu

adjusted spacing to bring text back into view
This commit is contained in:
Vincent Fiduccia 2021-04-12 17:50:51 -07:00 committed by GitHub
commit 926eed4add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ export default {
<hr />
</template>
<template v-else-if="opt.kind === 'label'">
<b style="position: relative; left: -10px;">{{ opt.label }}</b>
<b style="position: relative; left: -2.5px;">{{ opt.label }}</b>
</template>
</template>
</LabeledSelect>