600px is enough
Change-Id: Iff6036a708b2109e79ba57ef2766168e6e8cad57
This commit is contained in:
parent
7b16ab5f94
commit
2f620c3a31
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue