diff --git a/dist/2.0/fineui.ie.js b/dist/2.0/fineui.ie.js index b56d2a2ff..a83082d73 100644 --- a/dist/2.0/fineui.ie.js +++ b/dist/2.0/fineui.ie.js @@ -47228,7 +47228,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/2.0/fineui.js b/dist/2.0/fineui.js index 3be2bd50c..1492ee320 100644 --- a/dist/2.0/fineui.js +++ b/dist/2.0/fineui.js @@ -47632,7 +47632,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/base.js b/dist/base.js index 4e75992fc..3fc9bae58 100644 --- a/dist/base.js +++ b/dist/base.js @@ -9359,7 +9359,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index b56d2a2ff..a83082d73 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -47228,7 +47228,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/bundle.js b/dist/bundle.js index 3be2bd50c..1492ee320 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -47632,7 +47632,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index 36310d834..394d8c838 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -47473,7 +47473,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/fineui.js b/dist/fineui.js index 79c1c1d00..673357db9 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -47877,7 +47877,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index 3c51d538b..e1a3d7fee 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -34991,7 +34991,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/src/base/single/editor/editor.textarea.js b/src/base/single/editor/editor.textarea.js index 0e66cf283..59cd55ca1 100644 --- a/src/base/single/editor/editor.textarea.js +++ b/src/base/single/editor/editor.textarea.js @@ -31,7 +31,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }]