Refactor ValueRenderer action and meta info layout

This commit is contained in:
Thomas Nordquist
2019-04-08 13:43:07 +02:00
parent f1d9a82057
commit e9734bdfc5
3 changed files with 38 additions and 138 deletions

View File

@@ -56,7 +56,7 @@ class ValueRenderer extends React.Component<Props, State> {
public render() {
return (
<div style={{ padding: '8px 0px 8px 8px' }}>
<div style={{ padding: '0px 0px 8px 8px' }}>
<ReactResizeDetector handleWidth={true} onResize={this.updateWidth} />
{this.renderValue()}
</div>