Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Oct 19, 2016
1 parent 4e2a1ab commit 815d526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogMonitorEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default class LogMonitorEntry extends Component {
onClick={this.handleActionClick}
style={{...styles.entry, ...styleEntry}}/>
{!collapsed &&
<div>
<div style={{ paddingLeft: 16 }}>
{this.printState(state, error)}
</div>
}
Expand Down
1 change: 1 addition & 0 deletions src/LogMonitorEntryAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const styles = {
},
payload: {
margin: 0,
paddingLeft: 16,
overflow: 'auto'
}
};
Expand Down

0 comments on commit 815d526

Please sign in to comment.