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

Add second mat-divider between header and list

parent b8cbe2a7
1 merge request!130Resolve "Refine room list"
Pipeline #22305 passed with stages
in 4 minutes and 18 seconds
......@@ -9,6 +9,7 @@
</mat-expansion-panel-header>
</mat-expansion-panel>
<mat-divider></mat-divider>
<mat-divider></mat-divider>
<mat-expansion-panel *ngFor="let room of rooms">
<mat-expansion-panel-header>
<button mat-button color="accent" routerLink="/{{ baseUrl }}/room/{{ room.shortId }}">
......
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