diff --git a/src/assets/css/components/views/detections/detections.scss b/src/assets/css/components/views/detections/detections.scss index ad0cb22b..9d740400 100644 --- a/src/assets/css/components/views/detections/detections.scss +++ b/src/assets/css/components/views/detections/detections.scss @@ -20,7 +20,7 @@ display: flex; justify-content:space-between; align-items:center; - padding: 10px 20px 10px 0px; + padding: 10px 20px 10px 0; flex: 0 0 40px; font-size: 14px; @@ -37,7 +37,7 @@ } .chart-content { - height:calc(100% - 40px); + height: 147px; } .statistics__severity { width: 33%;