akveo/ngx-admin

Can not use "Maximize" mode of ckeditor in nb-tabset>nb-tab

Open

#1341 aperta il 24 ott 2017

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)TypeScript (7916 fork)batch import
help wanted

Metriche repository

Star
 (24.990 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Hi team,

If I put ckeditor inside nb-tab then the display issue (all style broken) will occur when I click on "Maximize" button.

<nb-card>
      <nb-tabset>
        <nb-tab>
             <ckeditor [config]="{ extraPlugins: 'divarea', height: '320' }"></ckeditor>
        </nb-tab>
      </nb-tabset>
<nb-card>

Please help advice. Thanks,.

Guida contributor