mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
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:
parent
ddb61c3b3c
commit
cd5a85021a
@ -3254,6 +3254,7 @@ p.theme-validation-details {
|
||||
.gh-email-debug-member {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.gh-email-debug-failure {
|
||||
|
Loading…
Reference in New Issue
Block a user