Fix: fix overlap with glances charts in multi-widgets (#4653)

This commit is contained in:
shamoon 2025-01-24 16:53:14 -08:00 committed by GitHub
parent 6beaf665fb
commit dc3382447c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,3 +67,8 @@ dialog ::-webkit-scrollbar {
.chart + .chart { .chart + .chart {
margin-top: 2em; margin-top: 2em;
} }
.service-container + .chart {
margin-top: 2.5rem;
margin-bottom: .5rem;
}