Skip to content
Snippets Groups Projects
Commit fa693c7a authored by Vitaly Baev's avatar Vitaly Baev Committed by Rémy Coutable
Browse files

Added horizontal padding on build page sidebar on code coverage block


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a25ac8a8
No related branches found
No related tags found
No related merge requests found
Loading
@@ -41,6 +41,7 @@ v 8.12.0 (unreleased)
Loading
@@ -41,6 +41,7 @@ v 8.12.0 (unreleased)
- Escape search term before passing it to Regexp.new !6241 (winniehell) - Escape search term before passing it to Regexp.new !6241 (winniehell)
- Fix pinned sidebar behavior in smaller viewports !6169 - Fix pinned sidebar behavior in smaller viewports !6169
- Fix file permissions change when updating a file on the Gitlab UI !5979 - 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 - Change merge_error column from string to text type
- Reduce contributions calendar data payload (ClemMakesApps) - Reduce contributions calendar data payload (ClemMakesApps)
- Replace contributions calendar timezone payload with dates (ClemMakesApps) - Replace contributions calendar timezone payload with dates (ClemMakesApps)
Loading
Loading
Loading
@@ -109,6 +109,10 @@
Loading
@@ -109,6 +109,10 @@
width: 100%; width: 100%;
} }
   
.block-first {
padding: 5px 16px 11px;
}
.js-build-variable { .js-build-variable {
color: $code-color; color: $code-color;
} }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment