Commit e382611d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '47869-jobs-tab-border-top-in-pipeline-s-page-is-1px-off' into 'master'

Resolve "Jobs tab border top in pipeline's page is 1px off"

Closes #47869

See merge request gitlab-org/gitlab-ce!24878
parents 88617924 f3c814f3
......@@ -161,4 +161,3 @@ table {
border-top: 0;
}
}
......@@ -341,13 +341,15 @@
&.builds .ci-table tr {
height: 71px;
}
}
.build-failures {
th {
.ci-table {
thead th {
border-top: 0;
}
}
}
.build-failures {
.build-state {
padding: 20px 2px;
......
---
title: Resolve Jobs tab border top in pipeline's page is 1px off
merge_request: 24878
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