We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3be18 commit 9705713Copy full SHA for 9705713
src/dashboard/Data/Browser/BrowserTable.react.js
@@ -314,7 +314,7 @@ export default class BrowserTable extends React.Component {
314
}
315
if (this.props.current.row >= -1 && this.props.editCloneRows) {
316
//for data rows & new row when there are edit clone rows
317
- wrapTop += (ROW_HEIGHT) * (this.props.editCloneRows.length + 1 + 1);
+ wrapTop += (2 * ROW_HEIGHT) * (this.props.editCloneRows.length);
318
319
let wrapLeft = 30;
320
for (let i = 0; i < this.props.current.col; i++) {
0 commit comments