diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2017-09-21 11:31:52 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2017-09-21 11:31:52 +0800 |
commit | 0d8a8e92714e0a8f3a59674a836a470fe8914a89 (patch) | |
tree | 6cd1abd9468c81cd23acdb451cff0129accd0a50 /sdc-workflow-designer-ui/src/styles.css | |
parent | 3628e915b22b3171f1ab7678fb3432c6986faa53 (diff) |
Support set value for tree branch
Set value for tree branch node.
Issue-ID: SDC-355
Change-Id: I4fea941bc2f3de321079049ea4735491cf9ca474
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
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); +} |