[SSE mobile] Fix Bug 50800

This commit is contained in:
SergeyEzhin 2021-06-18 12:43:41 +03:00
parent 582b29cabf
commit 055fbeb062
2 changed files with 2 additions and 4 deletions

View file

@ -784,9 +784,6 @@ input[type="number"]::-webkit-inner-spin-button {
padding: 0;
text-align: left;
font-size: 16px;
span {
padding: 0;
}
}
}
.picker-center-highlight {

View file

@ -94,7 +94,8 @@ const onAdvancedOptions = (type, advOptions, mode, formatOptions, _t, isDocReady
'</div>' +
'<div id="txt-encoding" class="small"></div>' +
'</div>',
buttons: buttons
buttons: buttons,
cssClass: 'dlg-adv-options'
}).open();
const recommendedSettings = advOptions.asc_getRecommendedSettings();