- Issue created by @alok_singh
- @alok_singh opened merge request.
- Status changed to Needs review
over 1 year ago 10:15am 20 March 2023 - Status changed to RTBC
over 1 year ago 1:26pm 19 July 2023 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;
}