diff --git a/apps/spreadsheeteditor/main/app/view/CellEditor.js b/apps/spreadsheeteditor/main/app/view/CellEditor.js index 69c3b44cc..cc5deb372 100644 --- a/apps/spreadsheeteditor/main/app/view/CellEditor.js +++ b/apps/spreadsheeteditor/main/app/view/CellEditor.js @@ -74,7 +74,7 @@ define([ }); this.btnNamedRanges.render($('#ce-cell-name-menu')); this.btnNamedRanges.setVisible(false); - this.btnNamedRanges.menu.setOffset(-55); + this.btnNamedRanges.menu.setOffset(-52); this.$cellname = $('#ce-cell-name', this.el); this.$btnexpand = $('#ce-btn-expand', this.el); diff --git a/apps/spreadsheeteditor/main/resources/less/celleditor.less b/apps/spreadsheeteditor/main/resources/less/celleditor.less index 28eef442b..92e2b61c2 100644 --- a/apps/spreadsheeteditor/main/resources/less/celleditor.less +++ b/apps/spreadsheeteditor/main/resources/less/celleditor.less @@ -30,7 +30,7 @@ #ce-cell-name-menu { display: inline-block; position: absolute; - left: 54px; + left: 50px; background-color: @gray-light; button {