From d0b9c8752508d97ae8f4e5561c50d82e44832ee2 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 4 Jul 2017 11:00:37 +0300 Subject: [PATCH] [SSE] Fix Bug 35299. --- .../main/app/template/ChartSettingsDlg.template | 2 +- apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template b/apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template index 693beaab9..31d81f931 100644 --- a/apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template +++ b/apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template @@ -370,7 +370,7 @@ - +
diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js index a48aac993..25a956663 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js @@ -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' });