We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3ff90 commit 10413c4Copy full SHA for 10413c4
public/app/core/constants.ts
@@ -1,5 +1,5 @@
1
export const GRID_CELL_HEIGHT = 30;
2
-export const GRID_CELL_VMARGIN = 10;
+export const GRID_CELL_VMARGIN = 8;
3
export const GRID_COLUMN_COUNT = 24;
4
export const REPEAT_DIR_VERTICAL = 'v';
5
0 commit comments