Resolve "Jobs tab border top in pipeline's page is 1px off"
This commit is contained in:
parent
886179246c
commit
f3c814f3e9
3 changed files with 11 additions and 5 deletions
|
@ -161,4 +161,3 @@ table {
|
|||
border-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Resolve Jobs tab border top in pipeline's page is 1px off
|
||||
merge_request: 24878
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue