tacky test for sidebar toggling

This commit is contained in:
Jori Lallo
2016-07-14 23:22:05 -07:00
parent 72863726a9
commit a11caae4a9
5 changed files with 35 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import Helmet from "react-helmet";
const Application = observer((props) => {
return (
<div style={{ width: '100%' }}>
<div style={{ width: '100%', display: 'flex', flex: 1, }}>
<Helmet
title="Beautiful Atlas"
meta={[
@@ -20,4 +20,4 @@ Application.propTypes = {
children: React.PropTypes.node.isRequired,
}
export default Application;
export default Application;