aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-09 08:11:25 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-09 08:11:25 +0800
commit928adae1042addb8cf123879dd8ec50928ac456f (patch)
tree8802bda6967e7bd5e94db9700e1d934128497581 /ui/app/components
parent922a272e811ad104c2d7b7d4c0912a4d629ec2e7 (diff)
downloadtangerine-wallet-browser-928adae1042addb8cf123879dd8ec50928ac456f.tar.gz
tangerine-wallet-browser-928adae1042addb8cf123879dd8ec50928ac456f.tar.zst
tangerine-wallet-browser-928adae1042addb8cf123879dd8ec50928ac456f.zip
Implement modal content for buy flow - mobile view
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/modal.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/components/modal.js b/ui/app/components/modal.js
index b008a56d2..bcc2ead44 100644
--- a/ui/app/components/modal.js
+++ b/ui/app/components/modal.js
@@ -38,6 +38,9 @@ Modal.prototype.render = function () {
ref: (ref) => {
this.modalRef = ref
},
+ modalStyle: {
+ width: '95%',
+ },
},
this.props.children,
)