Fix for zh lang
This commit is contained in:
parent
08e3e47fa1
commit
c64e6116fd
|
@ -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));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue