[SSE] Fix Bug 35299.

This commit is contained in:
Julia Radzhabova 2017-07-04 11:00:37 +03:00
parent 0e5b223819
commit d0b9c87525
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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'
});