diff --git a/src/base/single/editor/editor.textarea.js b/src/base/single/editor/editor.textarea.js index 7a89545f8..388d12f48 100644 --- a/src/base/single/editor/editor.textarea.js +++ b/src/base/single/editor/editor.textarea.js @@ -39,8 +39,8 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { }, left: 4, right: 4, - top: 4, - bottom: 4 + top: 2, + bottom: 2 }] }); diff --git a/src/core/wrapper/layout/layout.border.js b/src/core/wrapper/layout/layout.border.js index 6962f0dd3..a6a412a51 100644 --- a/src/core/wrapper/layout/layout.border.js +++ b/src/core/wrapper/layout/layout.border.js @@ -7,7 +7,7 @@ BI.BorderLayout = BI.inherit(BI.Layout, { props: function () { return BI.extend(BI.BorderLayout.superclass.props.apply(this, arguments), { - baseCls: "bi-border", + baseCls: "bi-border-layout", items: {} }); },