From fc6cb8756253f3026a49ee7a488bfde6e2da6122 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 5 Sep 2020 10:53:32 -0700 Subject: Fix style check --- web/app/controller/Root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app') diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index bbfa084..0f9f345 100644 --- a/web/app/controller/Root.js +++ b/web/app/controller/Root.js @@ -77,7 +77,7 @@ Ext.define('Traccar.controller.Root', { closable: false, modal: false, maxWidth: maxWidth - }).alignTo(Ext.getBody(), "t-t", [0, Traccar.Style.normalPadding]); + }).alignTo(Ext.getBody(), 't-t', [0, Traccar.Style.normalPadding]); }, onServerReturn: function (options, success, response) { -- cgit v1.2.3