You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please excuse my bad English.
If i overrides padding for MuiIconButtonroot, because default is unnecessarily big for me, display pagination in table foother is wrong.
The problem is probably in the m-table-pagination.js line
<Typography variant="caption" style={{flex: 1, textAlign: 'center', lineHeight: '48px'}}>
at a fixed value of 48px, which corresponds to the default sizes in material ui theme, but if I change padding or other sizes, it will cause a problem.
The text was updated successfully, but these errors were encountered:
Please excuse my bad English.
If i overrides padding for MuiIconButton root, because default is unnecessarily big for me, display pagination in table foother is wrong.
The problem is probably in the m-table-pagination.js line
<Typography variant="caption" style={{flex: 1, textAlign: 'center', lineHeight: '48px'}}>
at a fixed value of 48px, which corresponds to the default sizes in material ui theme, but if I change padding or other sizes, it will cause a problem.
The text was updated successfully, but these errors were encountered: