From 230f24eadb6986146d6204b10268fb54bf62a561 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Tue, 26 Feb 2019 00:28:07 +0100
Subject: [PATCH] Reposition mat-icon

---
 .../shared/statistics-page/statistics-page.component.html     | 1 +
 .../shared/statistics-page/statistics-page.component.scss     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/src/app/components/shared/statistics-page/statistics-page.component.html b/src/app/components/shared/statistics-page/statistics-page.component.html
index 080611f57..4568e4e54 100644
--- a/src/app/components/shared/statistics-page/statistics-page.component.html
+++ b/src/app/components/shared/statistics-page/statistics-page.component.html
@@ -2,6 +2,7 @@
   <mat-card>
     <mat-card-header>
       <h2>{{'statistic.learning-status' | translate}}</h2>
+      <span class="fill-remaining-space"></span>
       <h2 class="help"><mat-icon>help</mat-icon></h2>
     </mat-card-header>
     <mat-divider></mat-divider>
diff --git a/src/app/components/shared/statistics-page/statistics-page.component.scss b/src/app/components/shared/statistics-page/statistics-page.component.scss
index ba47efdcd..fed183920 100644
--- a/src/app/components/shared/statistics-page/statistics-page.component.scss
+++ b/src/app/components/shared/statistics-page/statistics-page.component.scss
@@ -4,3 +4,7 @@ mat-card {
   min-height: 300px;
   background-color: #fff8e1 !important;
 }
+
+.help {
+  margin-top: 0px;
+}
-- 
GitLab