mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardGrid: Change grid margin to 8, to align to 8px grid (#21167)
This commit is contained in:
parent
5b3ff90377
commit
10413c4aa5
@ -1,5 +1,5 @@
|
||||
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 REPEAT_DIR_VERTICAL = 'v';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user