Skip to content

Commit c97cd09

Browse files
committed
aesthetics
1 parent 267e46a commit c97cd09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/static-webserver/client/source/class/osparc/editor/MarkdownEditor.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ qx.Class.define("osparc.editor.MarkdownEditor", {
3434
value: this.tr("Markdown supported"),
3535
url: "https://en.wikipedia.org/wiki/Markdown",
3636
});
37+
38+
this.getChildControl("text-area").set({
39+
minimalLineHeight: 2, // defaults to 4 lines
40+
maxHeight: 100, // 5 lines
41+
autoSize: true,
42+
});
3743
},
3844

3945
members: {

0 commit comments

Comments
 (0)