fix Jobs header height - only set fixed size for rows
This commit is contained in:
parent
9f908cfc8e
commit
cb25c91708
2 changed files with 5 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
||||||
|
|
||||||
.table.ci-table {
|
.table.ci-table {
|
||||||
|
|
||||||
&.builds-page tr {
|
&.builds-page tbody tr {
|
||||||
height: 71px;
|
height: 71px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
4
changelogs/unreleased/28835-jobs-head.yml
Normal file
4
changelogs/unreleased/28835-jobs-head.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Fix jobs table header height
|
||||||
|
merge_request:
|
||||||
|
author:
|
Loading…
Reference in a new issue