Ensure workflow graph width is 100% of container

This commit is contained in:
mabashian 2018-09-30 05:14:31 -04:00
parent 7249b21214
commit 9f25fdd079

View File

@ -66,6 +66,7 @@
.WorkflowChart-svg {
border-bottom-left-radius: 5px;
width: 100%;
}
.WorkflowResults-rightSide .WorkflowChart-svg {