app/assets/stylesheets/active_admin/structure/_footer.scss in activeadmin-2.13.1 vs app/assets/stylesheets/active_admin/structure/_footer.scss in activeadmin-2.14.0

- old
+ new

@@ -7,8 +7,13 @@ padding-top: 10px } } // -------------------------------------- Index Footer (Under Table) -#index_footer { padding-top: 5px; text-align: right; font-size: 0.85em; } +#index_footer { + @include clearfix; + padding-top: 5px; + text-align: right; + font-size: 0.85em; +} .index_content { clear: both; }