Skip to content
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

Columns not working with ActiveMaterial #47

Open
silvermind opened this issue Jul 15, 2018 · 0 comments
Open

Columns not working with ActiveMaterial #47

silvermind opened this issue Jul 15, 2018 · 0 comments

Comments

@silvermind
Copy link

Hi

I've a lot of customized view in active admin using this code:

div class: 'blank_slate_container', id: 'dashboard_default_message' do
  columns do
    column do
      para "LEFT"
    end
    column do
      para "RIGHT"
    end
  end
end

using active_material the columns are not side by side, but below each other:
bildschirmfoto 2018-07-15 um 14 32 26

Active Admin is rendering this code, with inline styles:

bildschirmfoto 2018-07-15 um 14 33 38

As I'm new to the material design, is there some replacement for a two column layout?

Salanoid added a commit to Salanoid/active_material that referenced this issue Sep 7, 2021
This commit should solve this issue dkniffin#47 admin_dashboard class was removed I think.
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

1 participant