Skip to content

Commit

Permalink
fix #1518
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jul 31, 2017
1 parent 817f860 commit 20284d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pagination/PaginationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ class PaginationList extends Component {
{
content ||
[ (
<div className='col-md-6 col-xs-6 col-sm-6 col-lg-6'>
<div key='paging-left' className='col-md-6 col-xs-6 col-sm-6 col-lg-6'>
{ total }{ sizePerPageList.length > 1 ? dropdown : null }
</div>
), (
<div style={ { display: hidePageList } }
<div key='paging-right' style={ { display: hidePageList } }
className='col-md-6 col-xs-6 col-sm-6 col-lg-6'>
{ pageBtns }
</div>
Expand Down

0 comments on commit 20284d2

Please sign in to comment.