From 6c78876910cd10b19444d78feb8b0fd8f46487da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 8 Mar 2019 17:04:09 +0100 Subject: [PATCH] Fix typos --- .../components/creator/content-list/content-list.component.scss | 2 +- src/app/components/shared/statistic/statistic.component.scss | 2 +- .../shared/statistics-page/statistics-page.component.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/creator/content-list/content-list.component.scss b/src/app/components/creator/content-list/content-list.component.scss index 2f373987d..a4da50e34 100644 --- a/src/app/components/creator/content-list/content-list.component.scss +++ b/src/app/components/creator/content-list/content-list.component.scss @@ -1,6 +1,6 @@ mat-card { width: 800px; - max-width: 900%; + max-width: 90%; background-color: #fff8e1; } diff --git a/src/app/components/shared/statistic/statistic.component.scss b/src/app/components/shared/statistic/statistic.component.scss index 61ca49f52..d07ab6d24 100644 --- a/src/app/components/shared/statistic/statistic.component.scss +++ b/src/app/components/shared/statistic/statistic.component.scss @@ -1,6 +1,6 @@ mat-card { width: 800px; - max-width: 900%; + max-width: 90%; background-color: #fff8e1 !important; } 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 fa3deffcb..08972d1c0 100644 --- a/src/app/components/shared/statistics-page/statistics-page.component.scss +++ b/src/app/components/shared/statistics-page/statistics-page.component.scss @@ -1,6 +1,6 @@ mat-card { width: 800px; - max-width: 900%; + max-width: 90%; min-height: 300px; background-color: #fff8e1 !important; } -- GitLab