mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-25 19:58:50 +01:00
fix(editors): fix editors height
This commit is contained in:
parent
d47878dd29
commit
2d16bad88f
3 changed files with 4 additions and 3 deletions
|
|
@ -23,6 +23,7 @@ export class TinyMCEComponent implements OnDestroy, AfterViewInit {
|
|||
this.editorKeyup.emit(editor.getContent());
|
||||
});
|
||||
},
|
||||
height: '540',
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue