diff --git a/src/app/components/creator/_dialogs/content-edit/content-edit.component.html b/src/app/components/creator/_dialogs/content-edit/content-edit.component.html index 968b668f574e184a21e35aca0245baff1eb5982f..6a0ee94f4adfe0a56835c896b4862895507faa20 100644 --- a/src/app/components/creator/_dialogs/content-edit/content-edit.component.html +++ b/src/app/components/creator/_dialogs/content-edit/content-edit.component.html @@ -3,7 +3,7 @@ <input matInput [(ngModel)]="content.subject" maxlength="20" placeholder="Thema" name="subject"/> </mat-form-field> <mat-form-field class="input-block"> - <input matInput [(ngModel)]="content.body" placeholder="Inhalt" name="body"> + <textarea matInput [(ngModel)]="content.body" rows="3" maxlength="100" placeholder="Inhalt" name="body"></textarea> </mat-form-field> <div fxLayout="row" fxLayoutAlign="center" fxLayoutGap="10px"> <button (click)="dialogRef.close()" mat-button color="primary">