From 3d7ed053137c97e1d52ccf9d8bd285585b32ffc6 Mon Sep 17 00:00:00 2001 From: Sam Beckham Date: Fri, 19 Jul 2019 16:58:28 +0000 Subject: [PATCH] Fixes the alignment on reports - Removes a justify-center class that causes reports to centrally align --- app/assets/javascripts/reports/components/report_item.vue | 2 +- app/assets/javascripts/reports/components/summary_row.vue | 4 +--- changelogs/unreleased/fix-alignment-on-security-reports.yml | 5 +++++ 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 changelogs/unreleased/fix-alignment-on-security-reports.yml diff --git a/app/assets/javascripts/reports/components/report_item.vue b/app/assets/javascripts/reports/components/report_item.vue index d477fafd3f5..f3f7d2648a8 100644 --- a/app/assets/javascripts/reports/components/report_item.vue +++ b/app/assets/javascripts/reports/components/report_item.vue @@ -45,7 +45,7 @@ export default {