Fix value renderer width
This commit is contained in:
@@ -56,7 +56,6 @@ class ValueRenderer extends React.Component<Props, {}> {
|
|||||||
display: 'block',
|
display: 'block',
|
||||||
lineHeight: '1.2em',
|
lineHeight: '1.2em',
|
||||||
padding: '12px 5px 12px 5px',
|
padding: '12px 5px 12px 5px',
|
||||||
maxWidth: '40vw',
|
|
||||||
color: this.props.theme.palette.text.primary,
|
color: this.props.theme.palette.text.primary,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user