Ensure zoom icon is nice

This commit is contained in:
Lukas Martinelli
2017-01-09 22:09:15 +01:00
parent 5d70de6202
commit c3417241f1
4 changed files with 20 additions and 5 deletions

View File

@@ -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') {