Skip to content

Commit

Permalink
Merge pull request #16731 from martenson/param-over
Browse files Browse the repository at this point in the history
force wrap long parameter names in the workflow form
  • Loading branch information
dannon authored Sep 25, 2023
2 parents 09ff121 + 606c5a0 commit 7872881
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/Workflow/Editor/NodeOutput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ const removeTagsAction = computed(() => {
@import "theme/blue.scss";
@import "nodeTerminalStyle.scss";
.node-output-buttons {
overflow-wrap: anywhere;
}
.node-output {
display: flex;
position: relative;
Expand Down

0 comments on commit 7872881

Please sign in to comment.