[SSE mobile] Fix Bug 50800
This commit is contained in:
parent
582b29cabf
commit
055fbeb062
|
@ -784,9 +784,6 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
span {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.picker-center-highlight {
|
.picker-center-highlight {
|
||||||
|
|
|
@ -94,7 +94,8 @@ const onAdvancedOptions = (type, advOptions, mode, formatOptions, _t, isDocReady
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div id="txt-encoding" class="small"></div>' +
|
'<div id="txt-encoding" class="small"></div>' +
|
||||||
'</div>',
|
'</div>',
|
||||||
buttons: buttons
|
buttons: buttons,
|
||||||
|
cssClass: 'dlg-adv-options'
|
||||||
}).open();
|
}).open();
|
||||||
|
|
||||||
const recommendedSettings = advOptions.asc_getRecommendedSettings();
|
const recommendedSettings = advOptions.asc_getRecommendedSettings();
|
||||||
|
|
Loading…
Reference in a new issue