diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/app/Style.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 4960aef..e22869c 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -76,7 +76,5 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375, - - headerButtonsMargin: '0 5' + reportTagfieldWidth: 375 }); |