1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: remove margin under footer (#514)

* fix: remove margin under footer

* fix: update snapshots
This commit is contained in:
Youssef Khedher 2021-11-23 14:27:06 +01:00 committed by GitHub
parent 47bfda1f7b
commit ade18c7a1a
2 changed files with 11 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export const Footer = () => {
return (
<footer className={styles.footer}>
<Grid container justifyContent="center" spacing={10}>
<Grid container justifyContent="center" spacing={10} style={{marginBottom: 0}}>
<Grid item md={4} xs={12}>
<ShowApiDetailsContainer />
</Grid>

View File

@ -6,6 +6,11 @@ exports[`should render DrawerMenu 1`] = `
>
<div
className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-10 MuiGrid-justify-content-xs-center"
style={
Object {
"marginBottom": 0,
}
}
>
<div
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-4"
@ -427,6 +432,11 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
>
<div
className="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-10 MuiGrid-justify-content-xs-center"
style={
Object {
"marginBottom": 0,
}
}
>
<div
className="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-4"