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