mirror of
https://github.com/maputnik/editor.git
synced 2025-12-16 03:00:01 +00:00
Move style code to CSS
This commit is contained in:
@@ -50,7 +50,8 @@ class ArrayInput extends React.Component {
|
||||
}
|
||||
})
|
||||
|
||||
return <div style={{display: 'inline-block', width: '50%'}}>
|
||||
return <div className="maputnik-array"
|
||||
style={{display: 'inline-block', width: '50%'}}>
|
||||
{inputs}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user