mirror of
https://github.com/maputnik/editor.git
synced 2025-12-12 01:00:00 +00:00
Tweak margins to realign
This commit is contained in:
@@ -28,8 +28,8 @@ class ArrayInput extends React.Component {
|
||||
|
||||
render() {
|
||||
const commonStyle = {
|
||||
width: '49%',
|
||||
marginRight: '1%',
|
||||
width: '48%',
|
||||
marginRight: '2%',
|
||||
}
|
||||
const inputs = this.values.map((v, i) => {
|
||||
if(this.props.type === 'number') {
|
||||
|
||||
Reference in New Issue
Block a user