Make settings denser
This commit is contained in:
@@ -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 :
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user