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
This commit is contained in:
Peter Zimon 2022-12-02 16:16:01 +01:00
parent ddb61c3b3c
commit cd5a85021a

View File

@ -3254,6 +3254,7 @@ p.theme-validation-details {
.gh-email-debug-member {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.gh-email-debug-failure {