fix displaying of 100 in pagination select

This commit is contained in:
Mikhail Mikheev 2019-09-27 16:52:24 +04:00
parent cafb75c5ac
commit ab1d0c44d3
1 changed files with 4 additions and 0 deletions

View File

@ -245,6 +245,10 @@ export default createMuiTheme({
width: '60px',
padding: `0 ${md} 0 0`,
},
select: {
paddingRight: 30,
minWidth: '20px',
},
actions: {
order: 4,
color: disabled,