Skip to content

Commit

Permalink
chore(ui): amend width of execute flow inputs section (#6720)
Browse files Browse the repository at this point in the history
Co-authored-by: Piyush Bhaskar <[email protected]>
Co-authored-by: Miloš Paunović <[email protected]>
  • Loading branch information
3 people authored Jan 16, 2025
1 parent 8a3bb07 commit 8b714f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/components/flows/TriggerFlow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
</el-select>
</el-form-item>
<el-form-item v-if="localFlow" :label="$t('inputs')">
<flow-run @execution-trigger="closeModal" :redirect="true" />
<div class="w-100">
<flow-run @execution-trigger="closeModal" :redirect="true" />
</div>
</el-form-item>
</el-form>
</el-dialog>
Expand Down

0 comments on commit 8b714f7

Please sign in to comment.