[DE] Fix Bug 42799

This commit is contained in:
Julia Radzhabova 2019-09-12 11:39:50 +03:00
parent 0f6a2c99e3
commit fdff13a7f0

View file

@ -105,7 +105,7 @@ define([
this.cmbNextStyle = new Common.UI.ComboBox({
el : $('#id-dlg-style-next-par'),
style : 'width: 100%;',
menuStyle : 'width: 100%; max-height: 290px;',
menuStyle : 'width: 100%; max-height: 210px;',
editable : false,
cls : 'input-group-nr',
data : this.options.formats,