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

View File

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