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

Fix alignments

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