ejholmes / active_admin_editor

Rich text editor for Active Admin using wysihtml5.
MIT License
184 stars 134 forks source link

require active_admin/editor/wysiwyg not necessary #34

Closed stereoscott closed 11 years ago

stereoscott commented 11 years ago

It seems the editor automatically loads the wysiwyg.css styles on load time, so it's not necessary to require the path in your application.css file as stated in the readme.

ejholmes commented 11 years ago

It loads them automatically within activeadmin, but you generally still want to load the styles on the frontend too, so that floats, font-sizes, etc..., work properly.