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

Adjust form field for body of content

parent f7fd0568
No related merge requests found
......@@ -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">
......
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