Problem/Motivation

The pager looks broken. See the attached screenshots for reference.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork rover-3416676

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

shweta__sharma created an issue. See original summary.

arun velusamy’s picture

StatusFileSize
new6.04 KB
new5.59 KB

I have CSS code available to address the design issues with this pager. Please use the provided CSS and confirm its effectiveness.

.custom-pagination .page-item .page-link {
  width: auto;
  min-width: 40px;
  padding: 0 10px;
}
.custom-pagination .page-item .page-link[rel="prev"],
.custom-pagination .page-item .page-link[rel="next"] {
  border-radius: 5px;
}
.custom-pagination .page-item .page-link[title="Go to first page"],
.custom-pagination .page-item .page-link[title="Go to last page"] {
  border-radius: 5px;
}

I have included the before and after screenshots for your reference. Please review

arun velusamy’s picture

Status: Active » Needs review
yogesh.k’s picture

Status: Needs review » Needs work
Issue tags: +Patch to MR

Thank you Arun, I appreciate your contribution can you please move this patch to a merge request?

That makes it easier to review, test and merge in the future.

Chandansha made their first commit to this issue’s fork.

chandansha’s picture

Status: Needs work » Needs review
tanuja bohra’s picture

Status: Needs review » Needs work
StatusFileSize
new141.18 KB

@Chandansha, the pager is breaking on mobile.

amanmansuri72 made their first commit to this issue’s fork.

chandansha’s picture

Status: Needs work » Needs review
bindu r’s picture

StatusFileSize
new23.69 KB

Hi, tried applying the patch, getting the error. Attaching ss for reference.

yogesh.k’s picture

Version: 1.0.0 » 1.0.5
Status: Needs review » Fixed
yogesh.k’s picture

Status: Fixed » Closed (fixed)