app/assets/stylesheets/pages/_show.scss in arctic_admin-1.0.3 vs app/assets/stylesheets/pages/_show.scss in arctic_admin-1.0.4

- old
+ new

@@ -1,8 +1,12 @@ body.show { #active_admin_content.with_sidebar { #main_content_wrapper { - width: $screen-sidebar-width; + width: $screen-filter-width; + + @media screen and (min-width: $lg-width) { + width: $lg-screen-filter-width; + } } #sidebar { display: inline-block; \ No newline at end of file