diff options
author | Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-08-06 15:23:01 +0300 |
---|---|---|
committer | Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-08-06 15:23:08 +0300 |
commit | c67d1775fb73ee782e7a90aa483109d1161a7cf0 (patch) | |
tree | 87e1117de4e04a5c1acfb36848f4bf5b815e3398 /workflow-designer-ui/src/main/frontend/resources | |
parent | aec32e54ed674bab660bf8a36d0505b2452bf6f1 (diff) |
added saga for activities
Issue-ID: SDC-1591
Change-Id: I4d4b28f283f34ace595990e737445b07cb7e9778
Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources')
-rw-r--r-- | workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss index a159a4b7..119bbf02 100644 --- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss +++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss @@ -8,6 +8,7 @@ } .bpmn-sidebar { height: 100%; + width: 320px; .properties-panel { &, .bpp-properties-panel { height: 100%; |