Skip to content

Commit

Permalink
Merge pull request #2853 from ONLYOFFICE/fix/bugfix
Browse files Browse the repository at this point in the history
Fix icons for 250%
  • Loading branch information
JuliaRadzhabova authored Feb 21, 2024
2 parents 17edfb4 + b3e4893 commit 3445fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/lib/view/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ define([
if (me.btnSearch)
me.btnSearch.updateHint(me.tipSearch + Common.Utils.String.platformKey('Ctrl+F'));

var menuTemplate = _.template('<a id="<%= id %>" tabindex="-1" type="menuitem"><div>' +
var menuTemplate = _.template('<a id="<%= id %>" tabindex="-1" type="menuitem" class="menu-item"><div>' +
'<% if (!_.isEmpty(iconCls)) { %>' +
'<span class="menu-item-icon <%= iconCls %>"></span>' +
'<% } %>' +
Expand Down

0 comments on commit 3445fb3

Please sign in to comment.