We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb96799 commit 71c0791Copy full SHA for 71c0791
src/dashboard/Data/Browser/BrowserTable.react.js
@@ -21,7 +21,7 @@ import PropTypes from 'lib/PropTypes';
21
22
const MAX_ROWS = 200; // Number of rows to render at any time
23
const ROWS_OFFSET = 160;
24
-const ROW_HEIGHT = 31;
+const ROW_HEIGHT = 30;
25
26
const READ_ONLY = [ 'objectId', 'createdAt', 'updatedAt' ];
27
0 commit comments