mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tweak table height
This commit is contained in:
parent
74143345be
commit
a3724cdf57
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export class Home extends React.Component<IProps, IState> {
|
|||
|
||||
updatePageSize() {
|
||||
this.setState({
|
||||
pageSize: Math.max(Math.floor((window.innerHeight - 386) / 52), 5)
|
||||
pageSize: Math.max(Math.floor((window.innerHeight - 400) / 52), 5)
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue