1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: Footer should be at the bottom.

closes #203
This commit is contained in:
Ivar Conradi Østhus 2020-02-27 23:02:49 +01:00
parent 8253dbb0ad
commit 20a7323916

View File

@ -26,8 +26,8 @@ export default class App extends PureComponent {
<AuthenticationContainer history={this.props.history} />
<Layout fixedHeader>
<Header location={this.props.location} />
<Content className="mdl-color--grey-50">
<Grid noSpacing className={styles.content}>
<Content className="mdl-color--grey-50" style={{display: 'flex', flexDirection: 'column'}}>
<Grid noSpacing className={styles.content} style={{flex: 1}}>
<Cell col={12}>
<Switch>
<Route