diff options
Diffstat (limited to 'ui/app/components/qr-code.js')
-rw-r--r-- | ui/app/components/qr-code.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ui/app/components/qr-code.js b/ui/app/components/qr-code.js index 1de5f7352..6559fcb7a 100644 --- a/ui/app/components/qr-code.js +++ b/ui/app/components/qr-code.js @@ -41,16 +41,13 @@ QrCodeView.prototype.render = function () { }, this.props.warning) : null, - h('.div', { - style: { - marginTop: '25px', - marginBottom: '15px', - }, + h('.div.qr-wrapper', { + style: {}, dangerouslySetInnerHTML: { __html: qrImage.createTableTag(4), }, }), - h('.div', [ + h('.div.ellip-address-wrapper', [ h('span.qr-ellip-address', { style: { width: '247px', |