From fa9b182a80cbc12b3f55886380f4c262c84b7a31 Mon Sep 17 00:00:00 2001 From: Lukasz Ostafin Date: Wed, 26 Feb 2025 08:48:30 +0100 Subject: [PATCH] IBX-9636: Pagination arrows not displayed correctly --- src/bundle/View/Template/IbexaPagerfantaTemplate.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bundle/View/Template/IbexaPagerfantaTemplate.php b/src/bundle/View/Template/IbexaPagerfantaTemplate.php index 050db6fff2..e06d698b9b 100644 --- a/src/bundle/View/Template/IbexaPagerfantaTemplate.php +++ b/src/bundle/View/Template/IbexaPagerfantaTemplate.php @@ -23,6 +23,8 @@ public function __construct() parent::__construct(); $this->setOptions([ + 'css_prev_class' => 'prev', + 'css_next_class' => 'next', 'prev_message' => '', 'next_message' => '', 'active_suffix' => '',