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:
commit
c5e26e5728
1 changed files with 4 additions and 0 deletions
|
@ -375,6 +375,10 @@
|
|||
.container-fluid.container-limited {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.build-detail-row {
|
||||
|
|
Loading…
Reference in a new issue