[DE] Fix Bug 41235
This commit is contained in:
parent
2244c5ba29
commit
3c8576675e
|
@ -142,7 +142,7 @@ define([
|
|||
this.cmbBookmark = new Common.UI.ComboBox({
|
||||
el : $('#id-dlg-formula-bookmark'),
|
||||
cls : 'input-group-nr',
|
||||
menuStyle : 'min-width: 100%; max-heigh: 150px;',
|
||||
menuStyle : 'min-width: 100%; max-height: 150px;',
|
||||
editable : false
|
||||
});
|
||||
this.cmbBookmark.on('selected', _.bind(function(combo, record) {
|
||||
|
|
Loading…
Reference in a new issue