Added comments field doc and updated react-collapse to fix styling.

This commit is contained in:
orangemug
2017-10-10 22:34:16 +01:00
parent c950a33031
commit 92ff1a8499
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ class MetadataBlock extends React.Component {
}
render() {
return <InputBlock label={"Comments"}>
return <InputBlock label={"Comments"} doc={"Comments for the current layer. This is non-standard and not in the spec."}>
<StringInput
multi={true}
value={this.props.value}