Skip to content
Snippets Groups Projects
Verified Commit f491d6b1 authored by Thomas Lenz's avatar Thomas Lenz Committed by Lukas Maximilian Kimpel
Browse files

Remove unnecessary mat-divider

parent 91f4e8f8
Branches
Tags
1 merge request!89Resolve "content types (HTML)"
...@@ -14,12 +14,9 @@ ...@@ -14,12 +14,9 @@
<mat-divider></mat-divider> <mat-divider></mat-divider>
<mat-card-content> <mat-card-content>
<mat-list *ngFor="let answer of testChoiceContent.options"> <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-list>
</mat-card-content> </mat-card-content>
<mat-divider></mat-divider>
<app-content-list></app-content-list>
<mat-divider></mat-divider>
</mat-card> </mat-card>
<div *ngIf="!isLoading && !room">Error: room could not be found!</div> <div *ngIf="!isLoading && !room">Error: room could not be found!</div>
</div> </div>
......
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