diff --git a/core/dashboard/index.php b/core/dashboard/index.php index de26b1992..cbf9247d1 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -310,7 +310,7 @@ div.hud_chart { padding-top: 7px; } -/* dashboard settings */ +/* Dashboard Settings */ -/* Screen smaller than 575px? 1 columns */ +/* Screen smaller than 575px? 1 column */ @media (max-width: 575px) { .widgets { grid-template-columns: repeat(1, minmax(100px, 1fr)); } .col-num { grid-column: span 1; } @@ -558,6 +558,7 @@ foreach ($widgets as $row) {