diff --git a/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx b/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx index 0f2b1087640..fa38ae16c24 100644 --- a/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx +++ b/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx @@ -131,7 +131,6 @@ function getStyles(theme: GrafanaTheme2) { width: 100%; overflow-y: auto; padding: ${theme.spacing(1)}; - min-height: 400px; `, buttonRow: css` display: flex;