Fix width for ole editor

This commit is contained in:
Julia.Radzhabova
2025-06-03 13:43:51 +03:00
parent b145bf7ee7
commit 10faabd697

View File

@ -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);