fix(editors): change styles for html editors

This commit is contained in:
KostyaDanovsky 2017-08-29 14:22:03 +03:00
parent 933881f69e
commit fff7d771b9
3 changed files with 10 additions and 4 deletions

View file

@ -23,7 +23,7 @@ export class TinyMCEComponent implements OnDestroy, AfterViewInit {
this.editorKeyup.emit(editor.getContent());
});
},
height: '540',
height: '320',
});
}