Skip to content
Snippets Groups Projects
Commit 91374baf authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch '41806-pipeline-jumping' into 'master'

Resolve "Pipeline stages are jumping when dropdown is open"

Closes #41806

See merge request gitlab-org/gitlab-ce!16556
parents 1a3f3777 a57125d5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,13 +50,13 @@
Pipeline
</div>
<div
class="table-section section-25 js-pipeline-commit pipeline-commit"
class="table-section section-20 js-pipeline-commit pipeline-commit"
role="rowheader"
>
Commit
</div>
<div
class="table-section section-15 js-pipeline-stages pipeline-stages"
class="table-section section-20 js-pipeline-stages pipeline-stages"
role="rowheader"
>
Stages
Loading
Loading
Loading
Loading
@@ -239,7 +239,7 @@
:auto-devops-help-path="autoDevopsHelpPath"
/>
 
<div class="table-section section-25">
<div class="table-section section-20">
<div
class="table-mobile-header"
role="rowheader">
Loading
Loading
@@ -258,7 +258,7 @@
</div>
</div>
 
<div class="table-section section-wrap section-15 stage-cell">
<div class="table-section section-wrap section-20 stage-cell">
<div
class="table-mobile-header"
role="rowheader">
Loading
Loading
Loading
Loading
@@ -228,7 +228,7 @@
.stage-cell {
&.table-section {
@media (min-width: $screen-md-min) {
min-width: 148px;
min-width: 160px; /* Hack alert: Without this the mini graph pipeline won't work properly*/
margin-right: -4px;
}
}
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