diff --git a/app/css/custom.css b/app/css/custom.css index 7321b402..3d5d22d6 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -205,3 +205,11 @@ canvas#divDBChartBandwidthhourly { height: 350px!important; } +.chart-container { + height: 150px; + width: 200px; +} + +.table { + margin-bottom: 0rem; +} diff --git a/app/css/hackernews.css b/app/css/hackernews.css index d5f7ae63..33a7a9cb 100644 --- a/app/css/hackernews.css +++ b/app/css/hackernews.css @@ -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; +} diff --git a/app/css/terminal.css b/app/css/terminal.css index 3ac3a1fb..f1413c66 100644 --- a/app/css/terminal.css +++ b/app/css/terminal.css @@ -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; +}