From e0b9d64875c5fc212560d0ca51251391dc45001d Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Mon, 22 Mar 2021 15:59:18 +0100 Subject: [PATCH] Fixed dashboard graphs responsive issue --- ghost/admin/app/styles/layouts/dashboard.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index e67a8bec84..12d0386789 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -937,7 +937,8 @@ } } -@media (max-width: 680px) { +@media (max-width: 680px), +(min-width: 800px) and (max-width: 1000px) { .gh-dashboard { grid-template-columns: 1fr; grid-column-gap: 0;