mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Change the scope of '.dashboard-graph-body' CSS class to prevent it from affecting other places.
This commit is contained in:
parent
5ce2773658
commit
d2621282dc
@ -46,9 +46,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard-graph-body {
|
& .dashboard-graph-body {
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
|
|
||||||
@ -74,6 +73,7 @@
|
|||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-logo {
|
.welcome-logo {
|
||||||
|
Loading…
Reference in New Issue
Block a user