From 9d21dccc3041d7fe278d486fe3ef46b2593da818 Mon Sep 17 00:00:00 2001 From: Uchechukwu Obasi Date: Mon, 7 Jun 2021 14:04:23 +0100 Subject: [PATCH] ManageDashboard: fixes dashboard list overflowing its parent container (#35317) --- public/app/features/search/components/ManageDashboards.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/search/components/ManageDashboards.tsx b/public/app/features/search/components/ManageDashboards.tsx index fd31b17d00d..08959d75571 100644 --- a/public/app/features/search/components/ManageDashboards.tsx +++ b/public/app/features/search/components/ManageDashboards.tsx @@ -153,7 +153,6 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => { display: flex; flex-direction: column; flex: 1; - height: 100%; margin-top: ${theme.spacing.xl}; `, spinner: css`