Plugins: Fix outline for elements inside a plugin page (#78004)

This commit is contained in:
Esteban Beltran 2023-11-24 14:21:17 +01:00 committed by GitHub
parent 4f5db5f177
commit 02a079e64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,7 @@ export const getStyles = (theme: GrafanaTheme2) => {
tabContent: css`
overflow: auto;
height: 100%;
padding-left: 5px;
`,
};
};