Commit 2db1317b authored by Phil Hughes's avatar Phil Hughes

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
......@@ -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"
......
......@@ -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'"
......
---
title: Fixes alignment issues with reports
merge_request: 30839
author:
type: fixed
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