Commit 10413c4a by Torkel Ödegaard Committed by GitHub

DashboardGrid: Change grid margin to 8, to align to 8px grid (#21167)

parent 5b3ff903
export const GRID_CELL_HEIGHT = 30; export const GRID_CELL_HEIGHT = 30;
export const GRID_CELL_VMARGIN = 10; export const GRID_CELL_VMARGIN = 8;
export const GRID_COLUMN_COUNT = 24; export const GRID_COLUMN_COUNT = 24;
export const REPEAT_DIR_VERTICAL = 'v'; export const REPEAT_DIR_VERTICAL = 'v';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment