Commit 56d0442a authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '6940-mr-reports-alignment' into 'master'

Resolve "bad alignment in merge request widget (code climate, security report, etc.)"

Closes #6940

See merge request gitlab-org/gitlab-ee!6580
parents 04514869 e9575071
......@@ -149,7 +149,7 @@ export default {
:status="statusIconName"
/>
<div
class="media-body space-children d-flex"
class="media-body space-children d-flex flex-align-self-center"
>
<span
class="js-code-text code-text"
......
......@@ -50,6 +50,13 @@
.approve-btn {
vertical-align: baseline;
}
.approvals-required-text {
svg {
position: relative;
top: 3px;
}
}
}
.approvals-footer {
......
......@@ -39,7 +39,6 @@
}
.mr-widget-grouped-section {
.report-block-container {
max-height: 170px;
overflow: auto;
......@@ -108,7 +107,6 @@
svg {
width: 16px;
height: 16px;
top: 3px;
left: -2px;
}
}
......@@ -142,10 +140,6 @@
word-wrap: break-word;
word-break: break-all;
}
.btn-help svg {
top: 5px;
}
}
.report-block-issue-code {
......
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