diff options
Diffstat (limited to 'ui/app/components/modal.js')
-rw-r--r-- | ui/app/components/modal.js | 3 |
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, ) |