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:
parent
59fff76cb3
commit
66c77f30dd
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue