Hello I use ActiveAdmin on the master branch with Rails 4.1 and the Wysihtml5 editor is not well positionned  Something like this would fix it ``` css body.active_admin form .activeadmin-wysihtml5 { float: left; width: 70%; } ``` Best regards Geoffroy