Description
Custom Styles added under Advanced settings in CKEditor field settings don't seem to be applied when editor is in fullscreen mode
Steps to reproduce
- Create a CKEditor field with headings enabled
- In same settings include button for fullscreen mode
- Under Advanced add Custom Styles either via CSS or file set to something like
.ck.ck-content h2 {
font-size: 1.4rem !important;
font-weight: normal !important;
}
- In Entry where that field is applied, add some sample text, select part of that, and apply Heading 2 styles from dropdown in menu - you should see the size of that heading change with the editor in the field in situ.
- Click fullscreen mode button in field menu bar
- Those custom styles disappear and revert back to default CKEditor styles.
Additional info
- Craft version: 5.10.7
- PHP version: 8.3.32
- Database driver & version: MySQL 8.0.46
- Plugins & versions: CKEditor 5.6.1
Description
Custom Styles added under Advanced settings in CKEditor field settings don't seem to be applied when editor is in fullscreen mode
Steps to reproduce
Additional info