diff --git a/src/components/Workflow/Workflow.css b/src/components/Workflow/Workflow.css
index 20f163f0..fa308bec 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;
 }