From c4e8d4318caf8c5b4915a6a031afe89b7a1662be Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 5 Dec 2023 14:46:51 +1100 Subject: [PATCH] Ensure pagination appears at bottom of table I'm not sure what the problem was. It's obviously a hacky fix, but it works for now. We intend to rebuild this screen without Angular anyway. --- app/views/admin/shared/_angular_pagination.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/shared/_angular_pagination.html.haml b/app/views/admin/shared/_angular_pagination.html.haml index 53a28af885..795e11a8af 100644 --- a/app/views/admin/shared/_angular_pagination.html.haml +++ b/app/views/admin/shared/_angular_pagination.html.haml @@ -1,4 +1,4 @@ -.pagination +.pagination{style: "clear: both;"} %button{'ng-click' => 'changePage(1)', 'ng-class' => "{'disabled': pagination.page == 1}", 'ng-disabled' => "pagination.page == 1"} = "«".html_safe = t(:first)