Skip to content

Columns not working with ActiveMaterial #47

@silvermind

Description

@silvermind

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions