\n";
$c = 0;
$row_style["0"] = "row_style0";
$row_style["1"] = "row_style1";
@@ -58,10 +57,10 @@
if ($show_stat) {
//add doughnut chart
?>
-
+
diff --git a/app/extensions/resources/dashboard/caller_id.php b/app/extensions/resources/dashboard/caller_id.php
index f6b6212431..e33291330a 100644
--- a/app/extensions/resources/dashboard/caller_id.php
+++ b/app/extensions/resources/dashboard/caller_id.php
@@ -205,10 +205,10 @@
else {
//caller id name and number inputs
echo "
\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo "
\n";
- echo " \n";
+ echo " \n";
echo " \n";
}
echo "
\n";
diff --git a/app/system/resources/dashboard/system_counts.php b/app/system/resources/dashboard/system_counts.php
index b56530b97c..5d40b5bf10 100644
--- a/app/system/resources/dashboard/system_counts.php
+++ b/app/system/resources/dashboard/system_counts.php
@@ -291,7 +291,7 @@
if ($show_stat) {
//add doughnut chart
?>
-
+
diff --git a/app/system/resources/dashboard/system_cpu_status.php b/app/system/resources/dashboard/system_cpu_status.php
index 84bd7e3844..73e20709fa 100644
--- a/app/system/resources/dashboard/system_cpu_status.php
+++ b/app/system/resources/dashboard/system_cpu_status.php
@@ -49,7 +49,7 @@
//add half doughnut chart
?>
-
+
diff --git a/app/system/resources/dashboard/system_status.php b/app/system/resources/dashboard/system_status.php
index ab26c0b6ab..17c7e11f75 100644
--- a/app/system/resources/dashboard/system_status.php
+++ b/app/system/resources/dashboard/system_status.php
@@ -38,7 +38,7 @@
if ($percent_disk_usage != '') {
//add half doughnut chart
?>
-
+
diff --git a/app/voicemails/resources/dashboard/voicemails.php b/app/voicemails/resources/dashboard/voicemails.php
index 7f3fb6dacf..aa0f7b80d3 100644
--- a/app/voicemails/resources/dashboard/voicemails.php
+++ b/app/voicemails/resources/dashboard/voicemails.php
@@ -56,7 +56,7 @@
//add doughnut chart
?>
-
+
diff --git a/app/xml_cdr/resources/dashboard/missed_calls.php b/app/xml_cdr/resources/dashboard/missed_calls.php
index ba830a020b..f4684bbc88 100644
--- a/app/xml_cdr/resources/dashboard/missed_calls.php
+++ b/app/xml_cdr/resources/dashboard/missed_calls.php
@@ -77,7 +77,7 @@
//add doughnut chart
?>
-
+
diff --git a/app/xml_cdr/resources/dashboard/recent_calls.php b/app/xml_cdr/resources/dashboard/recent_calls.php
index 1467d88d00..29951d7ae0 100644
--- a/app/xml_cdr/resources/dashboard/recent_calls.php
+++ b/app/xml_cdr/resources/dashboard/recent_calls.php
@@ -76,7 +76,7 @@
//add doughnut chart
?>
-
+
diff --git a/core/dashboard/index.php b/core/dashboard/index.php
index 095917e4cc..1464487a4d 100644
--- a/core/dashboard/index.php
+++ b/core/dashboard/index.php
@@ -223,7 +223,7 @@
/* Screen smaller than 550px? 1 columns */
@media (max-width: 575px) {
- .widgets { grid-template-columns: repeat(1, 1fr); }
+ .widgets { grid-template-columns: repeat(1, minmax(100px, 1fr)); }
.col-num { grid-column: span 1; }