workflow fixed multiselect, combobox width was not limited when selecting desicisions
This commit is contained in:
@@ -305,7 +305,7 @@ const destroyAction = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="space-y-1.5">
|
||||
<InputLabel for="segmentEdit">Segment</InputLabel>
|
||||
<AppCombobox
|
||||
id="segmentEdit"
|
||||
@@ -323,7 +323,7 @@ const destroyAction = () => {
|
||||
v-model="form.decisions"
|
||||
:items="selectOptions"
|
||||
placeholder="Dodaj odločitev"
|
||||
content-class="p-0 w-full"
|
||||
chip-variant="secondary"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -373,7 +373,7 @@ const destroyAction = () => {
|
||||
v-model="createForm.decisions"
|
||||
:items="selectOptions"
|
||||
placeholder="Dodaj odločitev"
|
||||
content-class="p-0 w-full"
|
||||
chip-variant="secondary"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user