From f70319d3d9de076c8b5414a0395507b347e239fc Mon Sep 17 00:00:00 2001 From: Darek Kay Date: Sun, 2 Feb 2020 22:52:00 +0100 Subject: [PATCH] Adjust base row height --- src/common/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/environment.ts b/src/common/environment.ts index 8f790f72..8a7ffafa 100644 --- a/src/common/environment.ts +++ b/src/common/environment.ts @@ -14,7 +14,7 @@ export const GRID = { COLUMNS_COUNT: 24, /** Dashboard row height in px */ - ROW_HEIGHT_PX: 60 + ROW_HEIGHT_PX: 50 }; /** True, if the application is running in production mode*/