mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Even out some of the margins
This commit is contained in:
parent
c8b2826441
commit
2fc26fb264
@ -29,7 +29,7 @@ ShapeshiftForm.prototype.render = function () {
|
||||
|
||||
return h('.flex-column', {
|
||||
style: {
|
||||
margin: '10px',
|
||||
marginTop: '10px',
|
||||
width: '100%',
|
||||
alignItems: 'center',
|
||||
},
|
||||
@ -126,8 +126,9 @@ ShapeshiftForm.prototype.render = function () {
|
||||
|
||||
h(this.activeToggle('.input-container'), {
|
||||
style: {
|
||||
padding: '10px',
|
||||
paddingBottom: '0px',
|
||||
width: '100%',
|
||||
marginTop: '19px',
|
||||
},
|
||||
}, [
|
||||
h('div', 'Receiving address:'),
|
||||
@ -156,6 +157,7 @@ ShapeshiftForm.prototype.render = function () {
|
||||
]),
|
||||
h(this.activeToggle('.input-container'), {
|
||||
style: {
|
||||
padding: '10px',
|
||||
width: '100%',
|
||||
},
|
||||
}, [
|
||||
|
Loading…
Reference in New Issue
Block a user