The normal pager items have 15px of padding on left+right, but pager-current only has 10px (see attachment). This should really be the same as the normal items.

CommentFileSizeAuthor
Screenshot 13:12:12 1:13 AM.png18.9 KBlyricnz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lyricnz’s picture

There is another issue #1864708: Insufficient whitespace between "<previous" and "..." in this area, happy to merge patches if required. This change would be:

.item-list .pager .pager-current {
  padding: 0 10px;
}

to

.item-list .pager .pager-current {
  padding: 0 15px;
}
lyricnz’s picture

Status: Active » Closed (duplicate)