Skip to content

Commit

Permalink
Merge pull request #16732 from martenson/23-param-over
Browse files Browse the repository at this point in the history
[23.1] force wrap long parameter names in the workflow form
  • Loading branch information
dannon committed Sep 25, 2023
2 parents 602cdd4 + 319e492 commit cf1bc2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/style/scss/workflow.scss
Expand Up @@ -69,6 +69,9 @@
border-bottom: dotted $brand-primary 1px;
margin: 0 5px;
}
.output-data-row {
overflow-wrap: anywhere;
}
}
}
.workflow-canvas {
Expand Down

0 comments on commit cf1bc2f

Please sign in to comment.