Commit ad4d7712 authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo

Merge branch 'fix-css-pipeline-graph' into 'master'

Fix broken CSS on pipeline graph

See merge request gitlab-org/gitlab!40386
parents cb8ab923 9d28fbbb
......@@ -131,7 +131,8 @@ export default {
>
<div
:style="{
paddingLeft: `16px`,
paddingLeft: `${graphLeftPadding}px`,
paddingRight: `${graphRightPadding}px`,
}"
>
<gl-loading-icon v-if="isLoading" class="m-auto" size="lg" />
......
......@@ -26,7 +26,7 @@
= render_if_exists "projects/pipelines/tabs_holder", pipeline: @pipeline, project: @project
.tab-content
#js-tab-pipeline.tab-pane.w-1000
#js-tab-pipeline.tab-pane.gl-absolute.gl-left-0.gl-w-full
#js-pipeline-graph-vue
#js-tab-builds.tab-pane
......
---
title: Fix the broken CSS on the pipeline graph
merge_request: 40386
author:
type: fixed
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