Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 'lead' paragraph missing CSS style #530

Open
anjeylink opened this issue Feb 27, 2020 · 0 comments
Open

[BUG] 'lead' paragraph missing CSS style #530

anjeylink opened this issue Feb 27, 2020 · 0 comments
Assignees

Comments

@anjeylink
Copy link
Contributor

After saving CKeditor text with "lead" paragraph styling disappear.

  1. Open any text editor
  2. Choose "lead" style
  3. Save

Expect it to see lead paragraph

Suggest fix:

Add another css file with lead styling

.lead {
 font-size: 16px;
}

Include new css file

editor:
  config:
    contentsCss:
      - "EXT:rte_ckeditor/Resources/Public/Css/contents.css"
      - "EXT:theme_t3kit/Resources/Public/Css/contents.css"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants