Fix for zh lang

This commit is contained in:
Julia Radzhabova 2019-06-25 16:22:50 +03:00
parent 08e3e47fa1
commit c64e6116fd

View file

@ -111,7 +111,7 @@ define([
editable: false,
store: new Common.UI.BordersStore(),
data: data,
menuStyle: 'min-width: 150px;'
menuStyle: 'min-width: 160px;'
}, options));
},
@ -209,7 +209,7 @@ define([
editable: true,
store: new Common.UI.BordersStore(),
data: data,
menuStyle: 'min-width: 150px;'
menuStyle: 'min-width: 160px;'
}, options));
},