mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-07 10:08:50 +01:00
fix(editors): change styles for html editors
This commit is contained in:
parent
933881f69e
commit
fff7d771b9
3 changed files with 10 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ export class TinyMCEComponent implements OnDestroy, AfterViewInit {
|
|||
this.editorKeyup.emit(editor.getContent());
|
||||
});
|
||||
},
|
||||
height: '540',
|
||||
height: '320',
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue