mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -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)};
|
margin-bottom: ${theme.spacing(2)};
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
gap: ${theme.spacing(2)};
|
||||||
> a,
|
|
||||||
> button,
|
|
||||||
> div:nth-child(2) {
|
|
||||||
margin-left: ${theme.spacing(2)};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-action-bar--narrow {
|
.page-action-bar--narrow {
|
||||||
|
Loading…
Reference in New Issue
Block a user