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
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:
Active Admin is rendering this code, with inline styles:
As I'm new to the material design, is there some replacement for a two column layout?
The text was updated successfully, but these errors were encountered:
Update panels.scss fix bugged selector
87e4e38
This commit should solve this issue dkniffin#47 admin_dashboard class was removed I think.
No branches or pull requests
Hi
I've a lot of customized view in active admin using this code:
using active_material the columns are not side by side, but below each other:
Active Admin is rendering this code, with inline styles:
As I'm new to the material design, is there some replacement for a two column layout?
The text was updated successfully, but these errors were encountered: