diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-03-07 14:40:55 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-03-07 14:40:55 +0000 |
commit | b0668616038bbaccf5126023b16fe99b89006ee1 (patch) | |
tree | abd8638f07d842b6fbba25dfcc6d6351f5a5be18 | |
parent | fb4a486605e10692b5577f0700fbce38bebcc311 (diff) | |
parent | cb25c91708a92054be8556722ca6245d9d1b68af (diff) | |
download | gitlab-ce-b0668616038bbaccf5126023b16fe99b89006ee1.tar.gz |
Merge branch '28835-jobs-head' into 'master'
fix Jobs header height - only set fixed size for rows
Closes #28835
See merge request !9752
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/28835-jobs-head.yml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 69eea1b2217..20eabc83142 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -115,7 +115,7 @@ .table.ci-table { - &.builds-page tr { + &.builds-page tbody tr { height: 71px; } diff --git a/changelogs/unreleased/28835-jobs-head.yml b/changelogs/unreleased/28835-jobs-head.yml new file mode 100644 index 00000000000..1580cfb19ba --- /dev/null +++ b/changelogs/unreleased/28835-jobs-head.yml @@ -0,0 +1,4 @@ +--- +title: Fix jobs table header height +merge_request: +author: |