chore: improve rendering of sidebar top section on mobile

This commit is contained in:
Fabio Berger
2018-10-15 12:49:47 +01:00
parent 60208091a4
commit 6ada38248e
2 changed files with 6 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ export class DocsTopBar extends React.Component<DocsTopBarProps, DocsTopBarState
openSecondary={true}
onRequestChange={this._onMenuButtonClick.bind(this)}
>
<Container className="clearfix pl1" onClick={this._onMenuButtonClick.bind(this)}>
<Container className="clearfix pl1 pt2" onClick={this._onMenuButtonClick.bind(this)}>
{this.props.sidebar}
</Container>
</Drawer>