From c3574b14c3d987e963aad09a519d697fc1c00f7c Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Mon, 16 Oct 2017 11:54:01 +0200 Subject: [PATCH] Prevent address overflow in receiveDialog - Closes #870 --- src/components/receiveDialog/receiveDialog.css | 2 +- src/components/receiveDialog/receiveDialog.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/receiveDialog/receiveDialog.css b/src/components/receiveDialog/receiveDialog.css index b0108e09b..e60632040 100644 --- a/src/components/receiveDialog/receiveDialog.css +++ b/src/components/receiveDialog/receiveDialog.css @@ -3,5 +3,5 @@ border-radius: 2px; color: #000; padding: 16px; - width: 300px; + width: 330px; } diff --git a/src/components/receiveDialog/receiveDialog.js b/src/components/receiveDialog/receiveDialog.js index 29226fd6c..f8e03357f 100644 --- a/src/components/receiveDialog/receiveDialog.js +++ b/src/components/receiveDialog/receiveDialog.js @@ -25,7 +25,7 @@ class ReceiveDialog extends React.Component {

{this.props.t('Address')}

{props.address}


- +