Merge branch '30502-fix-bottom-padding-job-page' into 'master'

Remove extra bottom padding on Job log page

Closes #30502

See merge request !11791
This commit is contained in:
Annabel Dunstone Gray 2017-05-30 16:24:04 +00:00
commit c5e26e5728
1 changed files with 4 additions and 0 deletions

View File

@ -375,6 +375,10 @@
.container-fluid.container-limited {
max-width: 100%;
}
.content-wrapper {
padding-bottom: 6px;
}
}
.build-detail-row {