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:
parent
47bfda1f7b
commit
ade18c7a1a
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user