1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

add spacing to grid

This commit is contained in:
sveisvei 2016-12-04 15:25:33 +01:00
parent 597ed58fe1
commit 14a0b1dba7

View File

@ -68,7 +68,7 @@ export default class App extends Component {
</Navigation> </Navigation>
</Drawer> </Drawer>
<Content> <Content>
<Grid noSpacing> <Grid>
<Cell col={12}> <Cell col={12}>
{this.props.children} {this.props.children}
<ErrorContainer /> <ErrorContainer />