diff --git a/src/frontend/css/maarch-material.scss b/src/frontend/css/maarch-material.scss
index 7b24461c2a2e0400e3733e5d4186270eddf1e27a..674939a7d03ec38effe86493dd522dd0ee7afa34 100755
--- a/src/frontend/css/maarch-material.scss
+++ b/src/frontend/css/maarch-material.scss
@@ -106,4 +106,8 @@ $theme: mat-light-theme($primary, $accent, $warn);
   opacity : 1 !important;
   border: dashed 5px mat-color($primary, 500) !important;
   color : mat-color($primary, 500);
-}
\ No newline at end of file
+}
+
+.cdk-textarea-autosize {
+  min-height: 18px !important;
+}