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