Commit 5ecbaf0f authored by Mike Greiling's avatar Mike Greiling

Merge branch 'lm-fix-left-alignment' into 'master'

Fixes left alignment pipelines

See merge request gitlab-org/gitlab!40177
parents 5435cba3 f43d62dd
...@@ -131,8 +131,7 @@ export default { ...@@ -131,8 +131,7 @@ export default {
> >
<div <div
:style="{ :style="{
paddingLeft: `${graphLeftPadding}px`, paddingLeft: `16px`,
paddingRight: `${graphRightPadding}px`,
}" }"
> >
<gl-loading-icon v-if="isLoading" class="m-auto" size="lg" /> <gl-loading-icon v-if="isLoading" class="m-auto" size="lg" />
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
= render_if_exists "projects/pipelines/tabs_holder", pipeline: @pipeline, project: @project = render_if_exists "projects/pipelines/tabs_holder", pipeline: @pipeline, project: @project
.tab-content .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-pipeline-graph-vue
#js-tab-builds.tab-pane #js-tab-builds.tab-pane
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment