From 928adae1042addb8cf123879dd8ec50928ac456f Mon Sep 17 00:00:00 2001 From: sdtsui Date: Tue, 8 Aug 2017 17:11:25 -0700 Subject: Implement modal content for buy flow - mobile view --- ui/app/components/modal.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/app/components') 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, ) -- cgit