Chore: Remove nth-child warning from dev mode (#67918)

This commit is contained in:
Josh Hunt 2023-05-09 09:44:14 +00:00 committed by GitHub
parent 6aab5e35d5
commit b8093bd0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,12 +88,7 @@ export function getPageStyles(theme: GrafanaTheme2) {
margin-bottom: ${theme.spacing(2)};
display: flex;
align-items: flex-start;
> a,
> button,
> div:nth-child(2) {
margin-left: ${theme.spacing(2)};
}
gap: ${theme.spacing(2)};
}
.page-action-bar--narrow {