mirror of https://github.com/rancher/dashboard.git
Merge pull request #2666 from neillsom/neill/#2484/apps-dropdown-menu
adjusted spacing to bring text back into view
This commit is contained in:
commit
926eed4add
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue