Make settings denser

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-20 12:41:40 +02:00
parent 19c9f484fc
commit d4a35e9e33
1 changed files with 6 additions and 3 deletions

View File

@ -65,11 +65,14 @@ const styles = (theme) => ({
switchLabel : { switchLabel : {
justifyContent : 'space-between', justifyContent : 'space-between',
flex : 'auto', flex : 'auto',
display : 'flex' display : 'flex',
padding : theme.spacing(1)
}, },
nested : { nested : {
paddingLeft : theme.spacing(2), paddingLeft : theme.spacing(2),
display : 'block' display : 'block',
paddingTop : 0,
paddingBottom : 0
}, },
formControl : formControl :
{ {