diff --git a/core/renderers/zelos/info.js b/core/renderers/zelos/info.js index 5622ad5af..3a05f4369 100644 --- a/core/renderers/zelos/info.js +++ b/core/renderers/zelos/info.js @@ -513,7 +513,7 @@ Blockly.zelos.RenderInfo.prototype.finalizeVerticalAlignment_ = function() { prevSpacer.height -= this.constants_.GRID_UNIT; nextSpacer.height -= this.constants_.GRID_UNIT; } - } else if (hasPrevNotch && !hasNextNotch) { + } else if (i != 2 && hasPrevNotch && !hasNextNotch) { // Add a small padding so the notch doesn't interfere with inputs/fields. prevSpacer.height += this.constants_.SMALL_PADDING; }