[SSE] Fix formula dialog
This commit is contained in:
parent
1d764d7d25
commit
3fea3a36d5
|
@ -241,7 +241,7 @@ define([
|
||||||
if (!this.cmbFuncGroup) {
|
if (!this.cmbFuncGroup) {
|
||||||
this.cmbFuncGroup = new Common.UI.ComboBox({
|
this.cmbFuncGroup = new Common.UI.ComboBox({
|
||||||
el : $('#formula-dlg-combo-group'),
|
el : $('#formula-dlg-combo-group'),
|
||||||
menuStyle : 'min-width: 278px;',
|
menuStyle : 'min-width: 100%;',
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
data : groupsListItems,
|
data : groupsListItems,
|
||||||
editable : false
|
editable : false
|
||||||
|
|
Loading…
Reference in a new issue