Commit 11fd5032 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix alignments

parent 688a9dc5
......@@ -801,7 +801,7 @@
.mr-widget-code-quality-list {
list-style: none;
padding: 0 2px 0 0;
padding: 0 2px;
margin: 0;
line-height: $code_line_height;
......
......@@ -209,7 +209,7 @@
<button
v-if="allIssues.length && !isFullReportVisible"
type="button"
class="btn-link btn-blank mr-widget-code-quality-list js-expand-full-list"
class="btn-link btn-blank prepend-left-10 js-expand-full-list"
@click="openFullReport"
>
{{ s__("ciReport|Show complete code vulnerabilities report") }}
......
......@@ -171,6 +171,7 @@
:href="issue.urlPath"
target="_blank"
rel="noopener noreferrer nofollow"
class="prepend-left-5"
>
{{ issue.path }}<template v-if="issue.line">:{{ issue.line }}</template>
</a>
......
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