diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 1f8b1c9..1e8707c 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -225,6 +225,9 @@ width: 120px; margin: 10px 0; } + .card1-body:has(#bar-chart) { + height: calc(100% - 51px); + } .hospital-select { padding: 0 6px;