Skip to content
Snippets Groups Projects
Commit 0df1f24f authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix participants-content-view

parent 532a067e
Branches
Tags
No related merge requests found
<form (ngSubmit)="submitAnswer()"> <form (ngSubmit)="submitAnswer()">
<h1 class="mat-headline">{{ content.subject }}</h1> <h1 class="mat-headline">{{ content.body }}</h1>
<mat-divider></mat-divider> <mat-divider></mat-divider>
<mat-list *ngIf="content.multiple"> <mat-list *ngIf="content.multiple">
<mat-list-item *ngFor="let answer of checkedAnswers"> <mat-list-item *ngFor="let answer of checkedAnswers">
......
...@@ -8,4 +8,5 @@ form > div > mat-chip-list { ...@@ -8,4 +8,5 @@ form > div > mat-chip-list {
form > h1 { form > h1 {
margin:20px 0; margin:20px 0;
font-size: larger;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment