Pagination needs style.

Created on 20 March 2023, over 1 year ago
Updated 16 February 2024, 5 months ago


Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

RTBC

Version

1.1

Component

Code

Created by

🇮🇳India alok_singh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @alok_singh
  • @alok_singh opened merge request.
  • Status changed to Needs review over 1 year ago
  • Status changed to RTBC 12 months ago
  • Verified the MR2, pagination style is fixed. Added screenshots for reference, RTBC++

  • Hi @alok_singh , I have checked for Pagination needs style.

    Before :

    nav.pager ul {
    display: flex;
    justify-content: center;
    }
    nav.pager ul li {
    list-style-type: none;
    }
    nav.pager ul li {
    margin-right: 10px;
    }
    nav.pager ul li a {
    padding: 5px 12px;
    border: 1px solid #00ca4c;
    border-radius: 4px;
    }

Production build 0.69.0 2024