From 9024e1c6d7120634ddb46757c92f578f73e9beba Mon Sep 17 00:00:00 2001 From: Tiffany Conroy Date: Mon, 16 Jan 2017 13:22:07 +0100 Subject: [PATCH] Adjust the popup to be optimised for the new appearance --- src/dialog/dialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dialog/dialog.js b/src/dialog/dialog.js index 956d90a..6794f16 100644 --- a/src/dialog/dialog.js +++ b/src/dialog/dialog.js @@ -28,8 +28,8 @@ class Dialog { this.options = options; // will be used to identify the correct popup window this.options.state = this.id; - this.width = 456; - this.height = 510; + this.width = 420; + this.height = 670; this.deferred = deferred(); }