[DE] Fix Bug 41235

This commit is contained in:
Julia Radzhabova 2019-04-15 10:52:12 +03:00
parent 2244c5ba29
commit 3c8576675e

View file

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