fix: chart wrapper padding

This is close to the card boundary and looks ugly when numbers on Y axis
start colliding with it.
This commit is contained in:
Ankush Menat 2022-07-15 18:15:34 +05:30
parent 59fff76cb3
commit 66c77f30dd

View file

@ -589,6 +589,10 @@ details > summary:focus {
background-color: var(--diff-removed);
}
.chart-wrapper {
padding: 1em;
}
// REDESIGN TODO: Handling of broken images?
// img.no-image:before {
// .img-background();