[SSE] Fix position of list items menu

This commit is contained in:
JuliaSvinareva 2021-07-15 22:39:57 +03:00
parent d509fa991b
commit 39fc15b2cc

View file

@ -565,7 +565,7 @@ define([
allItems.forEach(function(item){
me.sheetListMenu.addItem(new Common.UI.MenuItem({
style: 'white-space: pre-wrap',
style: 'white-space: pre',
caption: Common.Utils.String.htmlEncode(item.label),
value: item.sheetindex,
checkable: true,