Apply Dropdown Styles to various parts (#12814)

* membersModal use the new select component instead of html select

* update dropdown styles on challengeDetail (add task) and on inventory unequip

* change the width to "min-width"
This commit is contained in:
negue
2020-11-30 20:01:22 +01:00
committed by GitHub
parent 51b50bfa3c
commit d3eb9fe230
5 changed files with 49 additions and 31 deletions

View File

@@ -99,11 +99,12 @@
<div class="col-12 col-md-6 text-right">
<span v-if="isLeader || isAdmin">
<b-dropdown
class="create-dropdown"
class="create-dropdown select-list"
:text="$t('addTaskToChallenge')"
:variant="'success'"
>
<b-dropdown-item
class="selectListItem"
v-for="type in columns"
:key="type"
@click="createTask(type)"