Merge pull request #849 from ONLYOFFICE/feature/for-bug-49729

Changed field's for preview "change list level" width
This commit is contained in:
Julia Radzhabova 2021-04-28 17:03:20 +03:00 committed by GitHub
commit 66d43b49f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);