Commit 3d7ed053 authored by Sam Beckham's avatar Sam Beckham Committed by Phil Hughes

Fixes the alignment on reports

- Removes a justify-center class that causes reports to centrally align
parent 2e56b134
......@@ -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