[SSE] Fix Bug 35299.
This commit is contained in:
parent
0e5b223819
commit
d0b9c87525
|
@ -370,7 +370,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-small" width="200">
|
||||
<td class="padding-small" width="230">
|
||||
<label class="input-label"><%= scope.textShowEmptyCells %></label>
|
||||
<div id="spark-dlg-combo-empty" class="input-group-nr" style="margin-right: 10px;"></div>
|
||||
</td>
|
||||
|
|
|
@ -888,7 +888,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
|
|||
];
|
||||
this.cmbEmptyCells = new Common.UI.ComboBox({
|
||||
el : $('#spark-dlg-combo-empty'),
|
||||
menuStyle : 'min-width: 188px;',
|
||||
menuStyle : 'min-width: 220px;',
|
||||
editable : false,
|
||||
cls : 'input-group-nr'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue