Merge pull request #2348 from mabashian/2316-wf-width

Ensure workflow graph width is 100% of container
This commit is contained in:
Michael Abashian
2018-10-05 08:00:56 -05:00
committed by GitHub

View File

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