ManageDashboard: fixes dashboard list overflowing its parent container (#35317)

This commit is contained in:
Uchechukwu Obasi 2021-06-07 14:04:23 +01:00 committed by GitHub
parent d225323049
commit 9d21dccc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`