Skip to content
Snippets Groups Projects
Commit 1a32193f authored by Phil Hughes's avatar Phil Hughes Committed by Timothy Andrew
Browse files

Merge branch '32077-pipeline-graph-margins' into 'master'

Fix broken margin in pipeline graph

Closes #32077

See merge request !11239
parent 8c06fcc2
No related branches found
No related tags found
1 merge request!12258Update Prometheus Merge Request Metrics page
Pipeline #
Loading
Loading
@@ -384,9 +384,9 @@
content: '';
position: absolute;
top: 48%;
left: -48px;
left: -44px;
border-top: 2px solid $border-color;
width: 48px;
width: 44px;
height: 1px;
}
}
Loading
Loading
@@ -486,7 +486,7 @@
color: $gl-text-color-secondary;
 
// Action Icons in big pipeline-graph nodes
> div > .ci-action-icon-container .ci-action-icon-wrapper {
.ci-action-icon-container .ci-action-icon-wrapper {
height: 30px;
width: 30px;
background: $white-light;
Loading
Loading
@@ -511,7 +511,7 @@
}
}
 
> div > .ci-action-icon-container {
.ci-action-icon-container {
position: absolute;
right: 5px;
top: 5px;
Loading
Loading
@@ -541,7 +541,7 @@
}
}
 
> div > .build-content {
.build-content {
display: inline-block;
padding: 8px 10px 9px;
width: 100%;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment