mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 19:30:36 -06:00
Chore: Remove nth-child warning from dev mode (#67918)
This commit is contained in:
parent
6aab5e35d5
commit
b8093bd0d9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user