I currently working on an Editor for an Angular 2 app and I'm having issues resizing it. In my code I alter the width property however it only reduces the body of the editor and not the toolbar, is there any way this can be altered as well?
<p-editor [(ngModel)]='text' [style]="{'height':'320px', 'width': '200px'}">
