Commit f4290917 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '239861-scope-pipline-show-page-css' into 'master'

Scope css rules to the pipelines show page

Closes #239861

See merge request gitlab-org/gitlab!43518
parents 0e6f039d ccbb7b44
...@@ -322,10 +322,12 @@ ...@@ -322,10 +322,12 @@
} }
} }
.admin-builds-table { [data-page='admin:jobs:index'] {
.ci-table td:last-child { .admin-builds-table {
td:last-child {
min-width: 120px; min-width: 120px;
} }
}
} }
// Pipeline visualization // Pipeline visualization
...@@ -333,19 +335,16 @@ ...@@ -333,19 +335,16 @@
border-bottom: 0; border-bottom: 0;
} }
.tab-pane { [data-page='projects:pipelines:show'] {
&.builds .ci-table tr { .tab-pane {
height: 71px;
}
.ci-table { .ci-table {
thead th { thead th {
border-top: 0; border-top: 0;
} }
} }
} }
.build-failures { .build-failures {
.build-state { .build-state {
padding: 20px 2px; padding: 20px 2px;
...@@ -439,6 +438,7 @@ ...@@ -439,6 +438,7 @@
margin-top: 0; margin-top: 0;
} }
} }
}
} }
.pipeline-tab-content { .pipeline-tab-content {
......
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