Skip to content

Commit

Permalink
Merge pull request #4403 from JoshuaThompson/fix-pager-width
Browse files Browse the repository at this point in the history
fix(pagination): fix pager select not showing 3 digits on some browsers
  • Loading branch information
JLLeitschuh committed Sep 19, 2015
2 parents 880ce19 + b183fc7 commit c4483de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/pagination/less/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#ui-grid-twbs > .form-control;
#ui-grid-twbs > .input-sm ();
height: 26px;
width: 60px;
width: 67px;
display: inline;
}

Expand Down

0 comments on commit c4483de

Please sign in to comment.