From 11c64522f22c40876cbd68583898121691541a5d Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Sat, 27 Aug 2016 11:12:08 +0500 Subject: Prevent tagfield growing too much --- web/app/view/Report.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/app/view') diff --git a/web/app/view/Report.js b/web/app/view/Report.js index 9c1d635f7..2ce9137ee 100644 --- a/web/app/view/Report.js +++ b/web/app/view/Report.js @@ -45,6 +45,8 @@ Ext.define('Traccar.view.Report', { html: Strings.reportDevice }, { xtype: 'tagfield', + maxWidth: Traccar.Style.maxTagfieldWidth, + growMax: Traccar.Style.maxTagfieldGrow, reference: 'deviceField', store: 'Devices', valueField: 'id', -- cgit v1.2.3