diff options
Diffstat (limited to 'sdc-workflow-designer-ui/src/styles.css')
-rw-r--r-- | sdc-workflow-designer-ui/src/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/styles.css b/sdc-workflow-designer-ui/src/styles.css index 0a624d5e..c24cd107 100644 --- a/sdc-workflow-designer-ui/src/styles.css +++ b/sdc-workflow-designer-ui/src/styles.css @@ -63,3 +63,7 @@ textarea.form-control { background-color: yellowgreen; position: absolute; } + +.ui-treenode-label{ + width: calc(100% - 32px); +} |