mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 11:03:57 +03:00
tuned down font sizing
This commit is contained in:
parent
c398b110cc
commit
fbbb5b108f
|
@ -9,7 +9,8 @@ const styles = {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
overflowY: 'hidden',
|
overflowY: 'hidden',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%'
|
height: '100%',
|
||||||
|
fontSize: '0.95em'
|
||||||
},
|
},
|
||||||
buttonBar: {
|
buttonBar: {
|
||||||
height: 26,
|
height: 26,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user