tacky test for sidebar toggling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user