mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: buttons not showing up on mobile view (#825)
This commit is contained in:
parent
eeda7ab5e4
commit
d545fbdfcb
@ -32,5 +32,6 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'end',
|
justifyContent: 'end',
|
||||||
gap: '1rem',
|
gap: '1rem',
|
||||||
|
paddingBottom: '5rem',
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user