mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:04:35 +08:00
Fix Bug 64302
This commit is contained in:
@ -51,7 +51,7 @@ define([
|
||||
sdkplaceholder: 'id-ole-editor-placeholder',
|
||||
initwidth: 900,
|
||||
initheight: 700,
|
||||
minwidth: 860,
|
||||
minwidth: 875,
|
||||
minheight: 275
|
||||
}, options);
|
||||
|
||||
|
||||
@ -335,6 +335,9 @@
|
||||
|
||||
&.small {
|
||||
.padding-left-10();
|
||||
&.padding-right-10 {
|
||||
.padding-right-10();
|
||||
}
|
||||
|
||||
+ .separator:not(.invisible) {
|
||||
.margin-left-10();
|
||||
|
||||
Reference in New Issue
Block a user