Skip to content

Commit 5dd7c86

Browse files
authored
init Mardown height (ITISFoundation#2829)
1 parent 3618909 commit 5dd7c86

File tree

1 file changed

+2
-0
lines changed
  • services/web/client/source/class/osparc/ui/markdown

1 file changed

+2
-0
lines changed

services/web/client/source/class/osparc/ui/markdown/Markdown.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ qx.Class.define("osparc.ui.markdown.Markdown", {
5252
].forEach(event => {
5353
this.addListener(event, e => this.__resizeMe(), this);
5454
});
55+
56+
this.setHeight(1);
5557
},
5658

5759
properties: {

0 commit comments

Comments
 (0)