Commit 9ff87aa0 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '3974-fix-codeclimate-margins' into 'master'

Fix margins in code quality widget

Closes #3974

See merge request gitlab-org/gitlab-ee!3338
parents b1a2b6c2 3b2f53ce
......@@ -781,10 +781,9 @@
.code-quality-container {
border-top: 1px solid $gray-darker;
border-bottom: 1px solid $gray-darker;
padding: $gl-padding-top;
background-color: $gray-light;
margin: 4px -16px 0;
margin: $gl-padding -16px -16px;
.mr-widget-code-quality-list {
list-style: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment