From 104e0fcbce1508baba8d4da768f8cc48f640a4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 16 Mar 2018 13:23:26 +0100 Subject: [PATCH] Remove input-form class in mat-card in creator-room --- src/app/creator-room/creator-room.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/creator-room/creator-room.component.html b/src/app/creator-room/creator-room.component.html index ba1a951d3..799c44aa8 100644 --- a/src/app/creator-room/creator-room.component.html +++ b/src/app/creator-room/creator-room.component.html @@ -1,7 +1,7 @@ <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> -- GitLab