fix workflow top panel styling

This commit is contained in:
Shawn Erquhart 2018-05-31 17:16:04 -04:00 committed by Caleb
parent 448707e3c9
commit 78e4b829d0

View File

@ -2,8 +2,7 @@
@import "./WorkflowCard.css";
.nc-workflow {
padding: var(--pageMargin);
padding-bottom: 0;
padding: var(--pageMargin) 0;
height: 100vh;
}