Merge pull request #849 from ONLYOFFICE/feature/for-bug-49729
Changed field's for preview "change list level" width
This commit is contained in:
commit
66d43b49f2
|
@ -1696,7 +1696,7 @@ define([
|
|||
// set menus
|
||||
|
||||
var me = this;
|
||||
var levelTemplate = _.template('<a id="<%= id %>" tabindex="-1" type="menuitem"><div id="<%= options.previewId %>" class="menu-list-preview" style="width: 160px; height: 30px;"></div></a>');
|
||||
var levelTemplate = _.template('<a id="<%= id %>" tabindex="-1" type="menuitem"><div id="<%= options.previewId %>" class="menu-list-preview" style="width: 200px; height: 30px;"></div></a>');
|
||||
var items = [], ids = [];
|
||||
for (var i=0; i<9; i++) {
|
||||
ids.push('id-toolbar-menu-markers-level-' + i);
|
||||
|
|
Loading…
Reference in a new issue