From e8e352b16938eb34553d66b233b2371726be1b0d Mon Sep 17 00:00:00 2001
From: Hamza HRAMCHI <hamza.hramchi@xelians.fr>
Date: Tue, 1 Feb 2022 17:13:38 +0100
Subject: [PATCH] FEAT #18492 TIME 0:02 rm default rows

---
 src/frontend/app/notes/note-editor.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/app/notes/note-editor.component.html b/src/frontend/app/notes/note-editor.component.html
index 035006af38d..e9e5efba28f 100755
--- a/src/frontend/app/notes/note-editor.component.html
+++ b/src/frontend/app/notes/note-editor.component.html
@@ -1,5 +1,5 @@
 <mat-form-field appearance="outline" class="noteEditorContent">
-    <textarea matInput id="inputNote" [placeholder]="title" [(ngModel)]="content" rows="4"></textarea>
+    <textarea matInput id="inputNote" [placeholder]="title" [(ngModel)]="content"></textarea>
     <hr style="margin-bottom: 10px;">
     <mat-hitn class="warningNote">{{'lang.warningNote' | translate}}</mat-hitn>
     <button matSuffix color="primary" mat-icon-button title="{{'lang.options' | translate}}" [matMenuTriggerFor]="menuMain">
-- 
GitLab