We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
body.active_admin form .activeadmin-wysihtml5 { float: left; width: 70%; }
Best regards
Geoffroy
The text was updated successfully, but these errors were encountered:
I know it's not the best practice, but I added this to my active_admin.css.scss file:
body.active_admin form .activeadmin-wysihtml5 { float: left !important; width: calc(80% - 22px) !important; }
Sorry, something went wrong.
No branches or pull requests
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
Best regards
Geoffroy
The text was updated successfully, but these errors were encountered: