aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/Style.js')
-rw-r--r--web/app/Style.js5
1 files changed, 4 insertions, 1 deletions
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
});