Skip to content
Snippets Groups Projects
Commit 2db1317b authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch 'fix-alignment-on-security-reports' into 'master'

Fixes the alignment on reports

See merge request gitlab-org/gitlab-ce!30839
parents 2e56b134 3d7ed053
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,7 +45,7 @@ export default {
<template>
<li
:class="{ 'is-dismissed': issue.isDismissed }"
class="report-block-list-issue justify-content-center align-items-center"
class="report-block-list-issue align-items-center"
>
<issue-status-icon
v-if="showReportSectionStatusIcon"
Loading
Loading
Loading
Loading
@@ -44,9 +44,7 @@ export default {
};
</script>
<template>
<div
class="report-block-list-issue report-block-list-issue-parent justify-content-center align-items-center"
>
<div class="report-block-list-issue report-block-list-issue-parent align-items-center">
<div class="report-block-list-icon append-right-default">
<gl-loading-icon
v-if="statusIcon === 'loading'"
Loading
Loading
---
title: Fixes alignment issues with reports
merge_request: 30839
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment