diff options
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 349f3d7eb..b3b296b75 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -75,6 +75,5 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - maxTagfieldWidth: 200, - maxTagfieldGrow: 1 + reportTagfieldWidth: 375 }); |