Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap 4 Pager Example #120

Merged
merged 1 commit into from Sep 26, 2018
Merged

Bootstrap 4 Pager Example #120

merged 1 commit into from Sep 26, 2018

Conversation

JustCallMeAD
Copy link
Contributor

Modified readme to include an example configuration that uses the Boostrap 4 pager clases as per https://getbootstrap.com/docs/4.1/components/pagination/

Modified readme to include an example configuration that uses the Boostrap 4 pager clases as per https://getbootstrap.com/docs/4.1/components/pagination/
@marcelo-gondim
Copy link

It's not working correctly.
Need to add class "page-link" to PagedList-ellipses's <a> tag.
<li class="page-item disabled PagedList-ellipses"><a class="page-link">…</a></li>
And I don't know how to add this.

@marcelo-gondim
Copy link

fixed with css:
.PagedList-ellipses a { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; background-color: #fff; border: 1px solid #dee2e6; pointer-events: none; cursor: auto; }

@ernado-x ernado-x merged commit 8bf0b73 into dncuug:master Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants