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 ( return (
<span style={{ <span style={{
paddingLeft: 15, fontSize: '0.8em',
fontStyle: 'italic' paddingLeft: 0,
paddingRight: 5,
fontStyle: 'italic',
color: this.props.theme.base08
}}> }}>
({errorText}) ({errorText})
</span> </span>