cleaned up json tree items font sizing

This commit is contained in:
dzannotti 2015-08-07 20:14:44 +01:00
parent f0c7d3fe61
commit 4ca436fdf2
2 changed files with 4 additions and 4 deletions

View File

@ -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'
}
};

View File

@ -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'
}
};