Skip to content

Commit

Permalink
IBX-9636: Pagination arrows not displayed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
OstafinL committed Feb 26, 2025
1 parent 99b09a6 commit fa9b182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/View/Template/IbexaPagerfantaTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '',
Expand Down

0 comments on commit fa9b182

Please sign in to comment.