diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedRows.tsx b/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedRows.tsx index 78407c3ba5b..5542bdfe3bd 100644 --- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedRows.tsx +++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ResourcePicker/NestedRows.tsx @@ -187,29 +187,29 @@ const NestedEntry: React.FC = ({ {/* When groups are selectable, I *think* we will want to show a 2-wide space instead of the collapse button for leaf rows that have no children to get them to align */} - - {hasChildren ? ( - - ) : ( - - )} - - - {isSelectable && ( - - - + {hasChildren ? ( + + ) : ( + )} - - - + + + {isSelectable && ( + <> + + + + )} + + +