mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
Fix for zh lang
This commit is contained in:
@ -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));
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user