From ba93f9590551622b5a08683b64795cd46e045df3 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Tue, 21 Feb 2023 20:10:49 +0000 Subject: [PATCH] Added mentions widget to post analytics refs https://github.com/TryGhost/Team/issues/2575 --- ghost/admin/app/styles/layouts/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index c176829d01..e4dd142b2a 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -1927,7 +1927,7 @@ flex: 1; display: flex; flex-direction: column; - justify-content: space-evenly; + justify-content: flex-start; } .gh-post-analytics-mention {