fixed error display

This commit is contained in:
dzannotti 2015-08-07 20:50:05 +01:00
parent 2b2724c34f
commit 61250b5562

View File

@ -39,8 +39,11 @@ export default class LogMonitorEntry {
}
return (
<span style={{
paddingLeft: 15,
fontStyle: 'italic'
fontSize: '0.8em',
paddingLeft: 0,
paddingRight: 5,
fontStyle: 'italic',
color: this.props.theme.base08
}}>
({errorText})
</span>