Skip to content
Snippets Groups Projects
Verified Commit 104e0fcb authored by Lukas Mauß's avatar Lukas Mauß Committed by Lukas Maximilian Kimpel
Browse files

Remove input-form class in mat-card in creator-room

parent 88ff0440
1 merge request!95Resolve "Adjust creator-room view so that its mobile device compatible"
<div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center">
<mat-progress-spinner *ngIf="isLoading" mode="indeterminate"></mat-progress-spinner>
<mat-card *ngIf="room && !modify" class="input-form">
<mat-card *ngIf="room && !modify">
<mat-card-header>
<mat-card-title>
<h3 class="subheading-2">{{ room.name }}</h3>
......
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