1
0
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:
Youssef Khedher 2022-03-29 11:57:06 +01:00 committed by GitHub
parent eeda7ab5e4
commit d545fbdfcb

View File

@ -32,5 +32,6 @@ export const useStyles = makeStyles(theme => ({
display: 'flex',
justifyContent: 'end',
gap: '1rem',
paddingBottom: '5rem',
},
}));