From bb6ab8ea2884cd505db199f398a5e8f3b7f5cc78 Mon Sep 17 00:00:00 2001 From: zizneroz Date: Wed, 11 Dec 2024 16:41:32 -0600 Subject: [PATCH] Fix pagination collection (issue #6684) --- app/assets/stylesheets/hyrax/_collections.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/hyrax/_collections.scss b/app/assets/stylesheets/hyrax/_collections.scss index 863c9417d0..3fe27c0bff 100644 --- a/app/assets/stylesheets/hyrax/_collections.scss +++ b/app/assets/stylesheets/hyrax/_collections.scss @@ -684,7 +684,7 @@ button.branding-banner-remove:hover { .pagination { - display: block; + display: flex; margin: 0; padding: 0;