From d2bd83b8e8a3255a79a147c73c125a47f97e557f Mon Sep 17 00:00:00 2001 From: David Donges <david.donges@mni.thm.de> Date: Wed, 7 Mar 2018 11:55:25 +0100 Subject: [PATCH] Remove space --- src/app/create-comment/create-comment.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/create-comment/create-comment.component.html b/src/app/create-comment/create-comment.component.html index e753badd5..172e2fff2 100644 --- a/src/app/create-comment/create-comment.component.html +++ b/src/app/create-comment/create-comment.component.html @@ -3,7 +3,7 @@ <input matInput type="text" maxlength="24" placeholder="Choose a title"> </mat-form-field> <mat-form-field> - <textarea matInput placeholder="Add your comment" ></textarea> + <textarea matInput placeholder="Add your comment"></textarea> </mat-form-field> <button mat-raised-button color="primary">Back</button> -- GitLab