Commit aa725dc6 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '239861-scope-graph-pipeline-show-page-css' into 'master'

Scope css pipeline graph rules to the pipelines show page

See merge request gitlab-org/gitlab!43651
parents d532a70e edb0429d
......@@ -386,19 +386,19 @@
}
}
}
}
.pipeline-tab-content {
.pipeline-tab-content {
display: flex;
width: 100%;
min-height: $dropdown-max-height-lg;
background-color: $gray-light;
padding: $gl-padding 0;
overflow: auto;
}
}
// Pipeline graph
.pipeline-graph {
// Pipeline graph, used at
// app/assets/javascripts/pipelines/components/graph/graph_component.vue
.pipeline-graph {
white-space: nowrap;
transition: max-height 0.3s, padding 0.3s;
......@@ -642,15 +642,16 @@
left: 1px;
top: -2px;
}
}
}
// Triggers the dropdown in the big pipeline graph
.dropdown-counter-badge {
// Triggers the dropdown in the big pipeline graph
.dropdown-counter-badge {
font-weight: 100;
font-size: 15px;
position: absolute;
right: 13px;
top: 8px;
}
}
.ci-build-text,
......
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