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