active_material icon indicating copy to clipboard operation
active_material copied to clipboard

Columns not working with ActiveMaterial

Open silvermind opened this issue 7 years ago • 0 comments

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?

silvermind avatar Jul 15 '18 12:07 silvermind