Skip to content

Commit

Permalink
Fix: fix overlap with glances charts in multi-widgets (#4653)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon authored Jan 25, 2025
1 parent 6beaf66 commit dc33824
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ dialog ::-webkit-scrollbar {
.chart + .chart {
margin-top: 2em;
}

.service-container + .chart {
margin-top: 2.5rem;
margin-bottom: .5rem;
}

0 comments on commit dc33824

Please sign in to comment.