From f491d6b12e10ee9fc2cbb55c5bc022e6909f3b3d Mon Sep 17 00:00:00 2001
From: Thomas Lenz <Thomas.Lenz@mni.thm.de>
Date: Thu, 15 Mar 2018 11:13:26 +0100
Subject: [PATCH] Remove unnecessary mat-divider

---
 .../participant-choice-content.component.html                | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/app/participant-choice-content/participant-choice-content.component.html b/src/app/participant-choice-content/participant-choice-content.component.html
index 70c0ca18e..d22ccfa62 100644
--- a/src/app/participant-choice-content/participant-choice-content.component.html
+++ b/src/app/participant-choice-content/participant-choice-content.component.html
@@ -14,12 +14,9 @@
       <mat-divider></mat-divider>
       <mat-card-content>
         <mat-list *ngFor="let answer of testChoiceContent.options">
-          <mat-list-item>{{answer.label}}</mat-list-item>
+          <mat-checkbox>{{answer.label}}</mat-checkbox>
         </mat-list>
       </mat-card-content>
-      <mat-divider></mat-divider>
-      <app-content-list></app-content-list>
-      <mat-divider></mat-divider>
     </mat-card>
     <div *ngIf="!isLoading && !room">Error: room could not be found!</div>
   </div>
-- 
GitLab