Add a bit of padding to inputs
This commit is contained in:
@ -31,7 +31,9 @@ const styles = {
|
||||
display: 'flex'
|
||||
},
|
||||
controlPane: {
|
||||
width: '50%'
|
||||
width: '50%',
|
||||
paddingLeft: '10px',
|
||||
paddingRight: '10px'
|
||||
},
|
||||
pane: {
|
||||
width: '50%'
|
||||
|
@ -103,7 +103,6 @@ const styles = {
|
||||
color: '#999',
|
||||
padding: '20px',
|
||||
display: 'block',
|
||||
margin: '10px',
|
||||
border: '1px dashed #eee',
|
||||
cursor: 'pointer',
|
||||
fontSize: '12px'
|
||||
|
Reference in New Issue
Block a user