mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 10:05:27 +08:00
Fix width for ole editor
This commit is contained in:
@ -48,9 +48,9 @@ define([
|
||||
title: this.textTitle,
|
||||
storageName: 'ole-editor',
|
||||
sdkplaceholder: 'id-ole-editor-placeholder',
|
||||
initwidth: 900,
|
||||
initwidth: 970,
|
||||
initheight: 700,
|
||||
minwidth: 875,
|
||||
minwidth: 970,
|
||||
minheight: 275
|
||||
}, options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user