mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user