blocknotes / activeadmin_blaze_theme

A theme for Active Admin based on Blaze CSS 3.x
MIT License
46 stars 12 forks source link

Fix ckeditor width #1

Closed davideddr closed 7 years ago

blocknotes commented 7 years ago

Thank you for your commit :)

I will integrate it in the next version, but as an optional style because it's not directly related to my theme. More details here: https://github.com/activeadmin/activeadmin/wiki/Ckeditor-integration

Syntax to enable it:

body.active_admin .cke {
  @extend .ckeditor_width_fix
}