diff --git a/app/assets/javascripts/pipelines/components/graph/graph_component.vue b/app/assets/javascripts/pipelines/components/graph/graph_component.vue
index f5bf6a6ed34323c64c25b154ba1da202bc7cb5e7..ed40dfbfde141d10ac7c9e8d15b3fbc228e05825 100644
--- a/app/assets/javascripts/pipelines/components/graph/graph_component.vue
+++ b/app/assets/javascripts/pipelines/components/graph/graph_component.vue
@@ -131,8 +131,7 @@ export default {
     >
       <div
         :style="{
-          paddingLeft: `${graphLeftPadding}px`,
-          paddingRight: `${graphRightPadding}px`,
+          paddingLeft: `16px`,
         }"
       >
         <gl-loading-icon v-if="isLoading" class="m-auto" size="lg" />
diff --git a/app/views/projects/pipelines/_with_tabs.html.haml b/app/views/projects/pipelines/_with_tabs.html.haml
index 4ae06e1e16f6a3bcaceec8389daa3a624009f506..905b7699579731c0910eaceb8bad93d6b46f095f 100644
--- a/app/views/projects/pipelines/_with_tabs.html.haml
+++ b/app/views/projects/pipelines/_with_tabs.html.haml
@@ -26,7 +26,7 @@
     = render_if_exists "projects/pipelines/tabs_holder", pipeline: @pipeline, project: @project
 
 .tab-content
-  #js-tab-pipeline.tab-pane.position-absolute.position-left-0.w-100
+  #js-tab-pipeline.tab-pane.w-1000
     #js-pipeline-graph-vue
 
   #js-tab-builds.tab-pane