Fix margins in source editing area

This commit is contained in:
Lukas Martinelli
2016-12-31 14:02:14 +01:00
parent ca6b48843c
commit 4f26a521a0
4 changed files with 26 additions and 15 deletions

View File

@@ -23,6 +23,7 @@ class LayerSourceBlock extends React.Component {
value={this.props.value}
onChange={this.props.onChange}
options={this.props.sourceIds.map(src => [src, src])}
wrapperStyle={{ width: '50%' }}
/>
</InputBlock>
}