summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-07 14:40:55 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-07 14:40:55 +0000
commitb0668616038bbaccf5126023b16fe99b89006ee1 (patch)
treeabd8638f07d842b6fbba25dfcc6d6351f5a5be18 /app
parentfb4a486605e10692b5577f0700fbce38bebcc311 (diff)
parentcb25c91708a92054be8556722ca6245d9d1b68af (diff)
downloadgitlab-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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss2
1 files changed, 1 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;
}