From 2fc26fb264ba0df7e4fc60128c6cbe19d3141beb Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 10 Aug 2016 18:53:11 -0700 Subject: Even out some of the margins --- ui/app/components/shapeshift-form.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ui/app/components') diff --git a/ui/app/components/shapeshift-form.js b/ui/app/components/shapeshift-form.js index 116842043..9c9ec2a05 100644 --- a/ui/app/components/shapeshift-form.js +++ b/ui/app/components/shapeshift-form.js @@ -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%', }, }, [ -- cgit