diff --git a/dist/2.0/fineui.ie.js b/dist/2.0/fineui.ie.js index b56d2a2ffc..a83082d735 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 3be2bd50ca..1492ee320d 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 4e75992fcf..3fc9bae58a 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 b56d2a2ffc..a83082d735 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 3be2bd50ca..1492ee320d 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 36310d834e..394d8c8381 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 79c1c1d00a..673357db9c 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 3c51d538bd..e1a3d7feec 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 0e66cf2837..59cd55ca11 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 }]