Added .chart-container

This commit is contained in:
billz 2020-02-03 09:34:17 +00:00
parent 3efce777b5
commit 5f0e2b3f11
3 changed files with 31 additions and 0 deletions

View file

@ -205,3 +205,11 @@ canvas#divDBChartBandwidthhourly {
height: 350px!important;
}
.chart-container {
height: 150px;
width: 200px;
}
.table {
margin-bottom: 0rem;
}

View file

@ -215,3 +215,14 @@ pre.unstyled {
font-size: 0.9rem!important;
}
canvas#divDBChartBandwidthhourly {
height: 350px!important;
}
.chart-container {
height: 150px;
width: 200px;
}
.table {
margin-bottom: 0rem;
}

View file

@ -394,3 +394,15 @@ pre {
font-size: 0.9rem!important;
}
canvas#divDBChartBandwidthhourly {
height: 350px!important;
}
.chart-container {
height: 150px;
width: 200px;
}
.table {
margin-bottom: 0rem;
}