Skip to content

Commit

Permalink
fix(pagination): fix pager select not showing 3 digits on some browsers
Browse files Browse the repository at this point in the history
In Chrome/IE11 on Windows the pager select wasn't showing more than 2 digits

Fix for #4380
  • Loading branch information
joshuathompson committed Sep 19, 2015
1 parent 880ce19 commit b183fc7
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 b183fc7

Please sign in to comment.