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/Style.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'web/app/Style.js') diff --git a/web/app/Style.js b/web/app/Style.js index 2d6bfa5c3..d047fd96b 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -69,5 +69,8 @@ Ext.define('Traccar.Style', { mapDelay: 500, coordinatePrecision: 6, - numberPrecision: 2 + numberPrecision: 2, + + maxTagfieldWidth: 200, + maxTagfieldGrow: 1 }); -- cgit v1.2.3