[SSE] For Bug 52427

This commit is contained in:
Julia Radzhabova 2021-09-08 19:58:15 +03:00
parent e436fe3876
commit f85784c49a
2 changed files with 2 additions and 2 deletions

View file

@ -341,5 +341,5 @@
}
.combo-slicer-style {
.combo-textart(61px, 4px);
.combo-textart(60px, 4px);
}

View file

@ -692,7 +692,7 @@ define([
if (!this.btnSlicerStyle) {
this.btnSlicerStyle = new Common.UI.ComboDataView({
itemWidth: 36,
itemHeight: 49,
itemHeight: 48,
menuMaxHeight: 235,
enableKeyEvents: true,
cls: 'combo-slicer-style',