mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
cleaned up json tree items font sizing
This commit is contained in:
parent
f0c7d3fe61
commit
4ca436fdf2
|
@ -18,13 +18,13 @@ const styles = {
|
|||
display: 'inline-block'
|
||||
},
|
||||
span: {
|
||||
fontSize: 12,
|
||||
fontSize: '0.85em',
|
||||
cursor: 'default'
|
||||
},
|
||||
spanType: {
|
||||
marginLeft: 5,
|
||||
marginRight: 5,
|
||||
fontSize: 16
|
||||
fontSize: '1em'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -18,13 +18,13 @@ const styles = {
|
|||
display: 'inline-block'
|
||||
},
|
||||
span: {
|
||||
fontSize: 12,
|
||||
fontSize: '0.85em',
|
||||
cursor: 'default'
|
||||
},
|
||||
spanType: {
|
||||
marginLeft: 5,
|
||||
marginRight: 5,
|
||||
fontSize: 16
|
||||
fontSize: '1em'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user