Skip to content

Commit b183fc7

Browse files
fix(pagination): fix pager select not showing 3 digits on some browsers
In Chrome/IE11 on Windows the pager select wasn't showing more than 2 digits Fix for #4380
1 parent 880ce19 commit b183fc7

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)