diff --git a/src/components/Workflow/Workflow.css b/src/components/Workflow/Workflow.css index 20f163f06535..fa308bec65e3 100644 --- a/src/components/Workflow/Workflow.css +++ b/src/components/Workflow/Workflow.css @@ -2,8 +2,7 @@ @import "./WorkflowCard.css"; .nc-workflow { - padding: var(--pageMargin); - padding-bottom: 0; + padding: var(--pageMargin) 0; height: 100vh; }