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

This commit is contained in:
Miranda Fluharty 2019-03-07 12:26:38 +00:00 committed by Annabel Dunstone Gray
parent 886179246c
commit f3c814f3e9
3 changed files with 11 additions and 5 deletions

View file

@ -161,4 +161,3 @@ table {
border-top: 0;
}
}

View file

@ -341,13 +341,15 @@
&.builds .ci-table tr {
height: 71px;
}
.ci-table {
thead th {
border-top: 0;
}
}
}
.build-failures {
th {
border-top: 0;
}
.build-state {
padding: 20px 2px;

View file

@ -0,0 +1,5 @@
---
title: Resolve Jobs tab border top in pipeline's page is 1px off
merge_request: 24878
author:
type: fixed