diff --git a/public/app/features/dashboard-scene/scene/layout-auto-grid/AutoGridLayoutManagerEditor.tsx b/public/app/features/dashboard-scene/scene/layout-auto-grid/AutoGridLayoutManagerEditor.tsx index 5db18bd4553..f861aa45d46 100644 --- a/public/app/features/dashboard-scene/scene/layout-auto-grid/AutoGridLayoutManagerEditor.tsx +++ b/public/app/features/dashboard-scene/scene/layout-auto-grid/AutoGridLayoutManagerEditor.tsx @@ -104,9 +104,15 @@ function GridLayoutColumns({ layoutManager }: { layoutManager: AutoGridLayoutMan className={styles.wideSelector} > {isStandardMinWidth ? ( - + ) : ( setInputRef(ref)} @@ -130,6 +136,7 @@ function GridLayoutColumns({ layoutManager }: { layoutManager: AutoGridLayoutMan layoutManager.onMaxColumnCountChanged(parseInt(value, 10))} @@ -210,9 +217,10 @@ function GridLayoutRows({ layoutManager }: { layoutManager: AutoGridLayoutManage className={styles.wideSelector} > {isStandardHeight ? ( - + ) : ( setInputRef(ref)} @@ -235,7 +243,11 @@ function GridLayoutRows({ layoutManager }: { layoutManager: AutoGridLayoutManage )} - layoutManager.onFillScreenChanged(!fillScreen)} /> + layoutManager.onFillScreenChanged(!fillScreen)} + /> );