From cd5a85021aea9d705e11ee1ce38f12cf12e5e1e9 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Fri, 2 Dec 2022 16:16:01 +0100 Subject: [PATCH] Fixed member name alignment on email debug screen refs. https://github.com/TryGhost/Team/issues/2327 - on the first two tabs of the email debug screen, the member email wasn't aligned properly when there was no name for a member --- ghost/admin/app/styles/layouts/settings.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css index 5f4ffdfee7..2e1cf61f0e 100644 --- a/ghost/admin/app/styles/layouts/settings.css +++ b/ghost/admin/app/styles/layouts/settings.css @@ -3254,6 +3254,7 @@ p.theme-validation-details { .gh-email-debug-member { display: flex; flex-wrap: nowrap; + align-items: center; } .gh-email-debug-failure {