600px is enough

Change-Id: Iff6036a708b2109e79ba57ef2766168e6e8cad57
This commit is contained in:
Pranav Kant 2018-03-30 19:49:11 +05:30
parent 7b16ab5f94
commit 2f620c3a31

View file

@ -439,7 +439,7 @@ L.Socket = L.Class.extend({
message: _('Document has been changed in storage. What would you like to do with your unsaved changes?'),
escapeButtonCloses: false,
overlayClosesOnClick: false,
contentCSS: { width: '700px' },
contentCSS: { width: '600px' },
buttons: [
$.extend({}, vex.dialog.buttons.YES, { text: _('Discard'),
click: function($vexContent) {