Make previous messages more accessible

This commit is contained in:
Thomas Nordquist
2019-07-17 14:02:08 +02:00
parent c5e0e652f3
commit 9a8474e3d8
3 changed files with 45 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ function ValuePanel(props: Props) {
}
return (
<div style={{ width: '100%', display: 'flex', paddingLeft: '8px', flexWrap: 'wrap' }}>
<div style={{ width: '100%', display: 'flex', flexWrap: 'wrap' }}>
<span style={{ marginTop: '2px', flexGrow: 1 }}>
<ActionButtons />
</span>