src/components/tabview/index.jsx
@@ -213,7 +213,7 @@ const { tabviews, activeId } = this.state return ( <section className={'flex-container content-box' + (this.props.collapse ? ' collapsed' : '')}> <section id="mk-tabview-wrap" className={'mk-tabview-wrap' + (this.props.collapse ? ' collapsed' : '')}> <div className="content-header"> {tabviews && tabviews.length > 0 && <Tabs activeKey={activeId}>