Skip to content

Commit 10413c4

Browse files
authored
DashboardGrid: Change grid margin to 8, to align to 8px grid (grafana#21167)
1 parent 5b3ff90 commit 10413c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/core/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const GRID_CELL_HEIGHT = 30;
2-
export const GRID_CELL_VMARGIN = 10;
2+
export const GRID_CELL_VMARGIN = 8;
33
export const GRID_COLUMN_COUNT = 24;
44
export const REPEAT_DIR_VERTICAL = 'v';
55

0 commit comments

Comments
 (0)