Skip to content

Instantly share code, notes, and snippets.

@amelieykw
Created March 29, 2018 12:52
Show Gist options
  • Save amelieykw/f63ab549730d0dfbb070869aa72ac445 to your computer and use it in GitHub Desktop.
Save amelieykw/f63ab549730d0dfbb070869aa72ac445 to your computer and use it in GitHub Desktop.
[Bootstrap Pagination too many pages Auto-wrap Be Responsive] #Bootstrap #Pagination #wrap #responsive

Had to add flex-wrap to fix it.

<ul class="pagination flex-wrap">

demo demo

<div class="nav-scroller py-1 mb-2"> 
	<nav class="nav d-flex justify-content-center"> 
    	<ul class="pagination pagination-sm flex-sm-wrap"> 
        </ul> 
    </nav> 
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment