Merge branch 'vitalybaev/gitlab-ce-build-page-sidebar-coverage-horizontal-padding'
See !6196.
This commit is contained in:
commit
684916120d
2 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,7 @@ v 8.12.0 (unreleased)
|
|||
- Escape search term before passing it to Regexp.new !6241 (winniehell)
|
||||
- Fix pinned sidebar behavior in smaller viewports !6169
|
||||
- Fix file permissions change when updating a file on the Gitlab UI !5979
|
||||
- Added horizontal padding on build page sidebar on code coverage block. !6196 (Vitaly Baev)
|
||||
- Change merge_error column from string to text type
|
||||
- Reduce contributions calendar data payload (ClemMakesApps)
|
||||
- Replace contributions calendar timezone payload with dates (ClemMakesApps)
|
||||
|
|
|
@ -109,6 +109,10 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.block-first {
|
||||
padding: 5px 16px 11px;
|
||||
}
|
||||
|
||||
.js-build-variable {
|
||||
color: $code-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue