Explore: fix table sizing with few rows (#66546)
This commit is contained in:
@@ -46,7 +46,7 @@ export class TableContainer extends PureComponent<Props> {
|
||||
}
|
||||
|
||||
// tries to estimate table height
|
||||
return Math.max(Math.min(600, mainFrame.length * 35) + 35);
|
||||
return Math.max(Math.min(600, mainFrame.length * 36) + 40 + 46);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user