Tweak: again trying to restore chart sizing in 0.10.x (#4479)

This commit is contained in:
shamoon 2024-12-23 13:37:48 -08:00 committed by GitHub
parent 2d91b2b748
commit 94936ed09d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 25 additions and 11 deletions

View file

@ -63,3 +63,7 @@ dialog ::-webkit-scrollbar {
::-webkit-details-marker {
display: none;
}
.chart + .chart {
margin-top: 2em;
}