From 3ea139e69f7cbe135b7b0d98d5ad1c0b2728de79 Mon Sep 17 00:00:00 2001
From: Filipa Lacerda <filipa@gitlab.com>
Date: Fri, 12 Apr 2019 12:11:46 +0100
Subject: [PATCH] Removes unused CSS

---
 app/assets/stylesheets/pages/reports.scss | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/app/assets/stylesheets/pages/reports.scss b/app/assets/stylesheets/pages/reports.scss
index f7619ccbd20c..94da72622af2 100644
--- a/app/assets/stylesheets/pages/reports.scss
+++ b/app/assets/stylesheets/pages/reports.scss
@@ -52,11 +52,6 @@
   .report-block-list-icon .loading-container {
     position: relative;
     left: -2px;
-    // needed to make the next element align with the
-    // elements below that have a svg with 16px width
-    .fa-spinner {
-      width: 16px;
-    }
   }
 }
 
-- 
GitLab