From 4fffc3adaf2a3040ed984bf1c91739e4b329465b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 3 Apr 2025 11:45:40 +0200 Subject: [PATCH] OpionsPane: Minor padding fix (#103337) --- .../components/PanelEditor/OptionsPaneCategoryDescriptor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx index 210610f3e6a..d274befccb8 100644 --- a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx +++ b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx @@ -61,7 +61,7 @@ export class OptionsPaneCategoryDescriptor { if (this.props.title === '') { return ( - + {this.items.map((item) => item.render(searchQuery))} );