mirror of
https://github.com/maputnik/editor.git
synced 2025-12-10 16:20:01 +00:00
Ensure zoom icon is nice
This commit is contained in:
@@ -30,6 +30,7 @@ class ArrayInput extends React.Component {
|
||||
const commonStyle = {
|
||||
width: '48%',
|
||||
marginRight: '2%',
|
||||
marginBottom: '2%'
|
||||
}
|
||||
const inputs = this.values.map((v, i) => {
|
||||
if(this.props.type === 'number') {
|
||||
|
||||
Reference in New Issue
Block a user