Skip to content

Commit 90f849d

Browse files
authored
Enhance mini-chart styles for better layout
1 parent bac979e commit 90f849d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

web/static/css/charts.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,4 +853,18 @@ canvas {
853853
height: 50px;
854854
width: 100%;
855855
margin-bottom: 5px;
856+
position: relative;
857+
overflow: hidden;
858+
}
859+
860+
.mini-chart-wrapper canvas {
861+
width: 100% !important;
862+
height: 50px !important;
863+
max-height: 50px !important;
864+
min-height: 50px !important;
865+
display: block;
866+
}
867+
868+
.mini-monitor-body {
869+
overflow: hidden;
856870
}

0 commit comments

Comments
 (0)