Skip to content

Commit 75766c3

Browse files
authored
Merge pull request #4414 from FlowFuse/4399-fix-pipeline-instance-device-dropdown-small
Fill width to match other controls on form
2 parents 10116ef + 8c9efd5 commit 75766c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • frontend/src/pages/application/PipelineStage

frontend/src/pages/application/PipelineStage/form.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
data-form="stage-instance"
8080
:placeholder="instanceDropdownPlaceholder"
8181
:disabled="instanceDropdownDisabled"
82+
class="flex-grow"
8283
>
8384
<template #default>
8485
Choose Instance
@@ -92,6 +93,7 @@
9293
data-form="stage-device"
9394
:placeholder="deviceDropdownPlaceholder"
9495
:disabled="deviceDropdownDisabled"
96+
class="flex-grow"
9597
>
9698
<template #default>
9799
Choose Device

0 commit comments

Comments
 (0)