Skip to content

Commit c4483de

Browse files
committed
Merge pull request #4403 from JoshuaThompson/fix-pager-width
fix(pagination): fix pager select not showing 3 digits on some browsers
2 parents 880ce19 + b183fc7 commit c4483de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/pagination/less/pagination.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
#ui-grid-twbs > .form-control;
9595
#ui-grid-twbs > .input-sm ();
9696
height: 26px;
97-
width: 60px;
97+
width: 67px;
9898
display: inline;
9999
}
100100

0 commit comments

Comments
 (0)