diff --git a/resources/styles/partials/dashboard-grid.scss b/resources/styles/partials/dashboard-grid.scss index 9b292e16c5..e6cb98e2dc 100644 --- a/resources/styles/partials/dashboard-grid.scss +++ b/resources/styles/partials/dashboard-grid.scss @@ -74,7 +74,6 @@ } .dashboard-grid-content { - align-items: center; display: flex; min-height: 60vh; overflow: scroll; @@ -84,6 +83,7 @@ display: flex; flex-wrap: wrap; justify-content: center; + margin: auto; width: 100%; }