We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d85bfa commit d88c2e5Copy full SHA for d88c2e5
src/pagination/PaginationList.js
@@ -173,7 +173,7 @@ class PaginationList extends Component {
173
const pageNum = _sizePerPage.value || _sizePerPage;
174
if (sizePerPage === pageNum) sizePerPageText = pageText;
175
return (
176
- <li key={ pageText } role='presentation'>
+ <li key={ pageText } role='presentation' className='dropdown-item'>
177
<a role='menuitem'
178
tabIndex='-1' href='#'
179
data-page={ pageNum }
0 commit comments