diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.scss b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.scss
index e67d76a59dce6346d62d22467d6a0aa505e73019..23459cb666693a9f8ea7dd39f76b37f79f7249b4 100644
--- a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.scss
+++ b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.scss
@@ -210,6 +210,18 @@ td {
     letter-spacing: 0px;
     text-align: left;
   }
+  @extend .editable-field-control;
+  .editable-field-control > textarea {
+
+    height: 20px !important;
+    border: none!important;
+
+    &:focus {
+      outline: none;
+    }
+  }
+
+
 }