Tweak margins to realign

This commit is contained in:
Lukas Martinelli
2017-01-09 21:39:35 +01:00
parent e19a41d015
commit c09ffc9d41
2 changed files with 9 additions and 9 deletions

View File

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