Skip to content

Bad positionning with latest ActiveAdmin #26

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

Open
geoffroymontel opened this issue Apr 23, 2014 · 1 comment
Open

Bad positionning with latest ActiveAdmin #26

geoffroymontel opened this issue Apr 23, 2014 · 1 comment

Comments

@geoffroymontel
Copy link

Hello

I use ActiveAdmin on the master branch with Rails 4.1 and the Wysihtml5 editor is not well positionned
capture decran 2014-04-23 a 11 10 36

Something like this would fix it

body.active_admin form .activeadmin-wysihtml5 {
  float: left;
  width: 70%;
}

Best regards

Geoffroy

@zarembas
Copy link

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;
}

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