Fixed dashboard layout bugs (#6263)

* Fixed dashboard layout bugs

* Update domain_limits.php

* Update missed_calls.php

* Update recent_calls.php

* Update voicemails.php

* Update system_counts.php

* Update system_cpu_status.php

* Update system_status.php

* Update caller_id.php
This commit is contained in:
AlexC
2022-01-25 11:03:37 -07:00
committed by GitHub
parent 94eab98ab3
commit 78c5666aff
9 changed files with 16 additions and 17 deletions

View File

@@ -56,7 +56,7 @@
//add doughnut chart
?>
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 10px;'>
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 20px;'>
<div style='width: 175px; height: 175px;'><canvas id='new_messages_chart'></canvas></div>
</div>