1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02:00

styling fixes

This commit is contained in:
andreas-unleash 2022-07-22 14:41:14 +03:00
parent 408f24dcdd
commit 54f62d610f
2 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,6 @@ export const useStyles = makeStyles()(theme => ({
display: 'flex', display: 'flex',
flexDirection: 'row', flexDirection: 'row',
justifyContent: 'start', justifyContent: 'start',
margin: '0.75rem 0' margin: '0.75rem 0',
} },
})); }));