Fix Bug 64302

This commit is contained in:
Julia Radzhabova
2023-09-25 16:19:28 +03:00
parent ae09187e6e
commit 0704cb3fba
2 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,7 @@ define([
sdkplaceholder: 'id-ole-editor-placeholder',
initwidth: 900,
initheight: 700,
minwidth: 860,
minwidth: 875,
minheight: 275
}, options);

View File

@ -335,6 +335,9 @@
&.small {
.padding-left-10();
&.padding-right-10 {
.padding-right-10();
}
+ .separator:not(.invisible) {
.margin-left-10();