diff --git a/src/frontend/app/notes/note-editor.component.html b/src/frontend/app/notes/note-editor.component.html
index 035006af38d92b21bfa4dc0322a1f16ce560c7f3..e9e5efba28f92fbdfbac5c0c143a03bcb15a1750 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">