diff --git a/src/core/wrapper/layout/layout.tape.js b/src/core/wrapper/layout/layout.tape.js index 996017abd..5723f3461 100644 --- a/src/core/wrapper/layout/layout.tape.js +++ b/src/core/wrapper/layout/layout.tape.js @@ -138,7 +138,7 @@ BI.shortcut("bi.htape", BI.HTapeLayout); BI.VTapeLayout = BI.inherit(BI.Layout, { props: function () { return BI.extend(BI.VTapeLayout.superclass.props.apply(this, arguments), { - baseCls: "bi-v-tape-layout", + baseCls: "bi-v-tape", horizontalAlign: BI.HorizontalAlign.Left, hgap: 0, vgap: 0,