From 78b8d54a59b13453cb89d5e3a8a0990123c1e2b7 Mon Sep 17 00:00:00 2001
From: mechtelm <mechtel@iqb.hu-berlin.de>
Date: Mon, 10 Feb 2020 15:49:27 +0100
Subject: [PATCH] system-check: layout minor changes

---
 src/app/sys-check/questionnaire/questionnaire.component.html | 2 +-
 src/app/sys-check/sys-check.component.html                   | 2 +-
 src/app/sys-check/unit-check/unit-check.component.html       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/sys-check/questionnaire/questionnaire.component.html b/src/app/sys-check/questionnaire/questionnaire.component.html
index 3301f3ae..e227530c 100644
--- a/src/app/sys-check/questionnaire/questionnaire.component.html
+++ b/src/app/sys-check/questionnaire/questionnaire.component.html
@@ -1,6 +1,6 @@
 <mat-card-header>
   <mat-card-title>Fragen</mat-card-title>
-  <mat-card-subtitle>Bitte füllen Sie die folgenden Fragen aus</mat-card-subtitle>
+  <mat-card-subtitle>Bitte bearbeiten Sie die nachfolgenden Fragen.</mat-card-subtitle>
 </mat-card-header>
 
 <mat-card-content style="height: 610px; overflow: auto">
diff --git a/src/app/sys-check/sys-check.component.html b/src/app/sys-check/sys-check.component.html
index 87a46a7d..1f86c79b 100644
--- a/src/app/sys-check/sys-check.component.html
+++ b/src/app/sys-check/sys-check.component.html
@@ -19,7 +19,7 @@
         <iqb-network-check [measureNetwork]="checks.network"></iqb-network-check>
       </mat-card>
     </div>
-    <div fxLayout="row wrap" fxLayoutAlign="center stretch">
+    <div fxLayout="row" fxLayoutAlign="center stretch">
       <mat-card [fxFlex]="(checks.questions) ? '2 0 800px' : ''" *ngIf="checks.unit">
         <iqb-unit-check></iqb-unit-check>
       </mat-card>
diff --git a/src/app/sys-check/unit-check/unit-check.component.html b/src/app/sys-check/unit-check/unit-check.component.html
index 60b0946d..46268b6d 100644
--- a/src/app/sys-check/unit-check/unit-check.component.html
+++ b/src/app/sys-check/unit-check/unit-check.component.html
@@ -3,7 +3,7 @@
     Test-Aufgabe
     <span *ngIf="waitforloading" style="color:red"> - wird geladen, bitte warten.</span>
   </mat-card-title>
-  <mat-card-subtitle>Hier können Sie eine Aufgabe ausprobieren</mat-card-subtitle>
+  <mat-card-subtitle>Bitte beachten Sie die Anweisungen in den einzelnen Aufgaben und bearbeiten Sie hierzu die Fragen auf der rechten Seite.</mat-card-subtitle>
 
   <tc-navi-buttons></tc-navi-buttons><!-- TODO needed? -->
 </mat-card-header>
-- 
GitLab