From 10faabd6975311ff3fcdfe2823fc628594ed182e Mon Sep 17 00:00:00 2001 From: "Julia.Radzhabova" Date: Tue, 3 Jun 2025 13:43:51 +0300 Subject: [PATCH] Fix width for ole editor --- apps/common/main/lib/view/ExternalOleEditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/common/main/lib/view/ExternalOleEditor.js b/apps/common/main/lib/view/ExternalOleEditor.js index 66840b9317..c3255d6ac5 100644 --- a/apps/common/main/lib/view/ExternalOleEditor.js +++ b/apps/common/main/lib/view/ExternalOleEditor.js @@ -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);