diff --git a/src/base/single/editor/editor.js b/src/base/single/editor/editor.js index 9af71c408..f24d4b3fe 100644 --- a/src/base/single/editor/editor.js +++ b/src/base/single/editor/editor.js @@ -251,8 +251,8 @@ BI.Editor = BI.inherit(BI.Single, { element: this.contentWrapper, items: [{ el: this.watermark, - left: 3, - right: 3, + left: this.options.hgap, + right: this.options.hgap, top: 0, bottom: 0, }],