Commit f3c814f3 authored by Miranda Fluharty's avatar Miranda Fluharty Committed by Annabel Dunstone Gray

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

parent 88617924
......@@ -161,4 +161,3 @@ table {
border-top: 0;
}
}
......@@ -341,13 +341,15 @@
&.builds .ci-table tr {
height: 71px;
}
}
.build-failures {
th {
border-top: 0;
.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