From e6bde038ba2622ac985d6e62435803a0263f54fe Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Wed, 19 Oct 2022 16:54:39 +0200 Subject: [PATCH] Fixed period filter not appearing on smaller screens on dashboard no ref --- ghost/admin/app/styles/layouts/dashboard.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index 4c34611684..c847870131 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1047,7 +1047,6 @@ Dashboard Attribution */ .gh-dashboard .gh-canvas-header.sticky { max-width: 1230px; - min-width: 850px; margin: 0 auto; padding: 32px 0; }