Fix value renderer width

This commit is contained in:
Thomas Nordquist
2019-01-23 12:03:34 +01:00
parent 6b0f2085e5
commit b2e4c7db36

View File

@@ -56,7 +56,6 @@ class ValueRenderer extends React.Component<Props, {}> {
display: 'block',
lineHeight: '1.2em',
padding: '12px 5px 12px 5px',
maxWidth: '40vw',
color: this.props.theme.palette.text.primary,
}