Added className to children
This commit is contained in:
@ -31,7 +31,7 @@ class SplitSection extends React.Component {
|
|||||||
render() {
|
render() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Section section="split" full={this.props.full ? true : false}>
|
<Section section="split" full={this.props.full ? true : false} className={this.props.className}>
|
||||||
<SplitSectionSection className={this.props.leftClass}>
|
<SplitSectionSection className={this.props.leftClass}>
|
||||||
{this.props.left}
|
{this.props.left}
|
||||||
</SplitSectionSection>
|
</SplitSectionSection>
|
||||||
|
Reference in New Issue
Block a user