From 0df1f24fb2f0c858143a4fe90871bfbe756c281d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Mon, 25 Feb 2019 23:06:45 +0100 Subject: [PATCH] Fix participants-content-view --- .../content-choice-participant.component.html | 2 +- .../content-choice-participant.component.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/participant/content-choice-participant/content-choice-participant.component.html b/src/app/components/participant/content-choice-participant/content-choice-participant.component.html index 6aff16b57..a7f41bf36 100644 --- a/src/app/components/participant/content-choice-participant/content-choice-participant.component.html +++ b/src/app/components/participant/content-choice-participant/content-choice-participant.component.html @@ -1,5 +1,5 @@ <form (ngSubmit)="submitAnswer()"> - <h1 class="mat-headline">{{ content.subject }}</h1> + <h1 class="mat-headline">{{ content.body }}</h1> <mat-divider></mat-divider> <mat-list *ngIf="content.multiple"> <mat-list-item *ngFor="let answer of checkedAnswers"> diff --git a/src/app/components/participant/content-choice-participant/content-choice-participant.component.scss b/src/app/components/participant/content-choice-participant/content-choice-participant.component.scss index 615eaa08f..81c1f2bc4 100644 --- a/src/app/components/participant/content-choice-participant/content-choice-participant.component.scss +++ b/src/app/components/participant/content-choice-participant/content-choice-participant.component.scss @@ -8,4 +8,5 @@ form > div > mat-chip-list { form > h1 { margin:20px 0; + font-size: larger; } -- GitLab