mirror of
https://github.com/maputnik/editor.git
synced 2025-12-08 07:10:00 +00:00
Fix margins in source editing area
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user