From b3e4893728c15f4bc229331bd21b42a0c466dd95 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 21 Feb 2024 17:32:21 +0300 Subject: [PATCH] Fix icons for 250% --- apps/common/main/lib/view/Header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/view/Header.js b/apps/common/main/lib/view/Header.js index 8086bdb493..9a5d3b72ea 100644 --- a/apps/common/main/lib/view/Header.js +++ b/apps/common/main/lib/view/Header.js @@ -423,7 +423,7 @@ define([ if (me.btnSearch) me.btnSearch.updateHint(me.tipSearch + Common.Utils.String.platformKey('Ctrl+F')); - var menuTemplate = _.template('
' + + var menuTemplate = _.template('
' + '<% if (!_.isEmpty(iconCls)) { %>' + '' + '<% } %>' +