diff --git a/public/app/features/explore/TableContainer.tsx b/public/app/features/explore/TableContainer.tsx index 6e7795d9eb9..828dbeaebf4 100644 --- a/public/app/features/explore/TableContainer.tsx +++ b/public/app/features/explore/TableContainer.tsx @@ -46,7 +46,7 @@ export class TableContainer extends PureComponent { } // 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() {